#F87ED0

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

Shades of Tea Rose #F87ED0

Tints of Tea Rose #F87ED0

Color information

#F87ED0 (or 0xF87ED0) is unknown color: approx Tea Rose. HEX triplet: F8, 7E and D0. RGB value is (248,126,208). Sum of RGB (Red+Green+Blue) = 248+126+208=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 126 (49.61% from 255 or 21.65% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 248 - color contains mainly: red. Hex color #F87ED0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87ED0 is #07812F. Grayscale: #ABABAB. Windows color (decimal): -491824 or 13663992. OLE color: 13663992.

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

Color convert

RGB248126208-
CMYK00.490.160.03
HSL319.67º89.71%73.33%-
HSV(B)319.67º49.19%97.25%-
XYZ57.5639.4364.25-
YUV171.83148.42182.33-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.61%
GREEN value IS 126 (49.61% from 255) = 21.65%
BLUE value IS 208 (81.64% from 255) = 35.74%
R=42.61%
G=21.65%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812620800.490.160.03319.6789.7173.33
HexF87ED00311031405a49
Octal370176320061203500132111
Binary111110001111110110100000110001100001110100000010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87ED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87ED0; }

 p { color: rgb(248,126,208); }

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

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

 a { background-color: rgb(248,126,208); }

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

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

 span { border-color: rgb(248,126,208); }

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