#F87DC6

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

Shades of Tea Rose #F87DC6

Tints of Tea Rose #F87DC6

Color information

#F87DC6 (or 0xF87DC6) is unknown color: approx Tea Rose. HEX triplet: F8, 7D and C6. RGB value is (248,125,198). Sum of RGB (Red+Green+Blue) = 248+125+198=571 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.43% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 198 (77.73% from 255 or 34.68% from 571); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DC6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DC6 is #078239. Grayscale: #A9A9A9. Windows color (decimal): -492090 or 13008376. OLE color: 13008376.

HSL color Cylindrical-coordinate representation of color #F87DC6: hue angle of 324.39º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87DC6 is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB248125198-
CMYK00.500.200.03
HSL324.39º89.78%73.14%-
HSV(B)324.39º49.6%97.25%-
XYZ56.2438.757.93-
YUV170.1143.75183.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.43%
GREEN value IS 125 (49.22% from 255) = 21.89%
BLUE value IS 198 (77.73% from 255) = 34.68%
R=43.43%
G=21.89%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812519800.500.200.03324.3989.7873.14
HexF87DC60321431445a49
Octal370175306062243504132111
Binary111110001111101110001100110010101001110100010010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87DC6; }

 p { color: rgb(248,125,198); }

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

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

 a { background-color: rgb(248,125,198); }

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

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

 span { border-color: rgb(248,125,198); }

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