#F87ED1

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

Shades of Tea Rose #F87ED1

Tints of Tea Rose #F87ED1

Color information

#F87ED1 (or 0xF87ED1) is unknown color: approx Tea Rose. HEX triplet: F8, 7E and D1. RGB value is (248,126,209). Sum of RGB (Red+Green+Blue) = 248+126+209=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 126 (49.61% from 255 or 21.61% from 583); Blue value is 209 (82.03% from 255 or 35.85% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F87ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87ED1 is #07812E. Grayscale: #ABABAB. Windows color (decimal): -491823 or 13729528. OLE color: 13729528.

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

Color convert

RGB248126209-
CMYK00.490.160.03
HSL319.18º89.71%73.33%-
HSV(B)319.18º49.19%97.25%-
XYZ57.6839.4864.9-
YUV171.94148.92182.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.54%
GREEN value IS 126 (49.61% from 255) = 21.61%
BLUE value IS 209 (82.03% from 255) = 35.85%
R=42.54%
G=21.61%
B=35.85%

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
Decimal24812620900.490.160.03319.1889.7173.33
HexF87ED103110313f5a49
Octal370176321061203477132111
Binary111110001111110110100010110001100001110011111110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87ED1; }

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

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

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

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

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

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

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

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