#F87FC5

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

Shades of Tea Rose #F87FC5

Tints of Tea Rose #F87FC5

Color information

#F87FC5 (or 0xF87FC5) is unknown color: approx Tea Rose. HEX triplet: F8, 7F and C5. RGB value is (248,127,197). Sum of RGB (Red+Green+Blue) = 248+127+197=572 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.36% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87FC5 is #07803A. Grayscale: #ABABAB. Windows color (decimal): -491579 or 12943352. OLE color: 12943352.

HSL color Cylindrical-coordinate representation of color #F87FC5: hue angle of 325.29º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87FC5 is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB248127197-
CMYK00.490.210.03
HSL325.29º89.63%73.53%-
HSV(B)325.29º48.79%97.25%-
XYZ56.3839.1757.41-
YUV171.16142.59182.81-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.36%
GREEN value IS 127 (50% from 255) = 22.20%
BLUE value IS 197 (77.34% from 255) = 34.44%
R=43.36%
G=22.20%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812719700.490.210.03325.2989.6373.53
HexF87FC50311531455a4a
Octal370177305061253505132112
Binary111110001111111110001010110001101011110100010110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87FC5; }

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

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

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

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

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

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

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

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