#F6968D

Color #F6968D Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #F6968D

Tints of Sweet Pink #F6968D

Color information

#F6968D (or 0xF6968D) is unknown color: approx Sweet Pink. HEX triplet: F6, 96 and 8D. RGB value is (246,150,141). Sum of RGB (Red+Green+Blue) = 246+150+141=537 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.81% from 537); Green value is 150 (58.98% from 255 or 27.93% from 537); Blue value is 141 (55.47% from 255 or 26.26% from 537); Max value from RGB is 246 - color contains mainly: red. Hex color #F6968D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6968D is #096972. Grayscale: #B1B1B1. Windows color (decimal): -616819 or 9279222. OLE color: 9279222.

HSL color Cylindrical-coordinate representation of color #F6968D: hue angle of 5.14º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6968D is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB246150141-
CMYK00.390.430.04
HSL5.14º85.37%75.88%-
HSV(B)5.14º42.68%96.47%-
XYZ53.7243.3330.73-
YUV177.68107.3176.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 45.81%
GREEN value IS 150 (58.98% from 255) = 27.93%
BLUE value IS 141 (55.47% from 255) = 26.26%
R=45.81%
G=27.93%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615014100.390.430.045.1485.3775.88
HexF6968D0272B45554c
Octal3662262150475345125114
Binary111101101001011010001101010011110101110010110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6968D; }

 p { color: rgb(246,150,141); }

 H1.HeaderClassName
 {
   color: #F6968D;
 }
 .AnyTagClassName
 {
   color: #F6968D;
 }
</style>
background-color css

<style>
 a { background-color: #F6968D; }

 a { background-color: rgb(246,150,141); }

 div.DivClassName
 {
   background-color: #F6968D;
 }
 .BgClassName
 {
   background-color: #F6968D;
 }
</style>
border-color css

<style>
 span { border-color: #F6968D; }

 span { border-color: rgb(246,150,141); }

 td.TdClassName
 {
   border-color: #F6968D;
 }
 .TagClassName
 {
   border-color: #F6968D;
 }
</style>