#F68CD2

Color #F68CD2 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #F68CD2

Tints of Tea Rose #F68CD2

Color information

#F68CD2 (or 0xF68CD2) is unknown color: approx Tea Rose. HEX triplet: F6, 8C and D2. RGB value is (246,140,210). Sum of RGB (Red+Green+Blue) = 246+140+210=596 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.28% from 596); Green value is 140 (55.08% from 255 or 23.49% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 246 - color contains mainly: red. Hex color #F68CD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68CD2 is #09732D. Grayscale: #B3B3B3. Windows color (decimal): -619310 or 13798646. OLE color: 13798646.

HSL color Cylindrical-coordinate representation of color #F68CD2: hue angle of 320.38º 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 #F68CD2 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB246140210-
CMYK00.430.150.04
HSL320.38º85.48%75.69%-
HSV(B)320.38º43.09%96.47%-
XYZ59.024366.16-
YUV179.67145.12175.31-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.28%
GREEN value IS 140 (55.08% from 255) = 23.49%
BLUE value IS 210 (82.42% from 255) = 35.23%
R=41.28%
G=23.49%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614021000.430.150.04320.3885.4875.69
HexF68CD202BF4140554c
Octal366214322053174500125114
Binary1111011010001100110100100101011111110010100000010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68CD2; }

 p { color: rgb(246,140,210); }

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

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

 a { background-color: rgb(246,140,210); }

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

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

 span { border-color: rgb(246,140,210); }

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