#F68DC8

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

Shades of Tea Rose #F68DC8

Tints of Tea Rose #F68DC8

Color information

#F68DC8 (or 0xF68DC8) is unknown color: approx Tea Rose. HEX triplet: F6, 8D and C8. RGB value is (246,141,200). Sum of RGB (Red+Green+Blue) = 246+141+200=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 141 (55.47% from 255 or 24.02% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 246 - color contains mainly: red. Hex color #F68DC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F68DC8 is #097237. Grayscale: #B2B2B2. Windows color (decimal): -619064 or 13143542. OLE color: 13143542.

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

Color convert

RGB246141200-
CMYK00.430.190.04
HSL326.29º85.37%75.88%-
HSV(B)326.29º42.68%96.47%-
XYZ57.9642.8159.85-
YUV179.12139.79175.7-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.91%
GREEN value IS 141 (55.47% from 255) = 24.02%
BLUE value IS 200 (78.52% from 255) = 34.07%
R=41.91%
G=24.02%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24614120000.430.190.04326.2985.3775.88
HexF68DC802B134146554c
Octal366215310053234506125114
Binary11110110100011011100100001010111001110010100011010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F68DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F68DC8; }

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

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

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

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

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

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

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

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