#F87CC5

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

Shades of Tea Rose #F87CC5

Tints of Tea Rose #F87CC5

Color information

#F87CC5 (or 0xF87CC5) is unknown color: approx Tea Rose. HEX triplet: F8, 7C and C5. RGB value is (248,124,197). Sum of RGB (Red+Green+Blue) = 248+124+197=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87CC5 is #07833A. Grayscale: #A9A9A9. Windows color (decimal): -492347 or 12942584. OLE color: 12942584.

HSL color Cylindrical-coordinate representation of color #F87CC5: hue angle of 324.68º 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 #F87CC5 is Cyan = 0, Magento = 0.5, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB248124197-
CMYK00.50.210.03
HSL324.68º89.86%72.94%-
HSV(B)324.68º50%97.25%-
XYZ5638.457.28-
YUV169.4143.58184.06-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.59%
GREEN value IS 124 (48.83% from 255) = 21.79%
BLUE value IS 197 (77.34% from 255) = 34.62%
R=43.59%
G=21.79%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812419700.50.210.03324.6889.8672.94
HexF87CC50321531455a49
Octal370174305062253505132111
Binary111110001111100110001010110010101011110100010110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87CC5; }

 p { color: rgb(248,124,197); }

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

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

 a { background-color: rgb(248,124,197); }

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

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

 span { border-color: rgb(248,124,197); }

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