#F87DC4

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

Shades of Tea Rose #F87DC4

Tints of Tea Rose #F87DC4

Color information

#F87DC4 (or 0xF87DC4) is unknown color: approx Tea Rose. HEX triplet: F8, 7D and C4. RGB value is (248,125,196). Sum of RGB (Red+Green+Blue) = 248+125+196=569 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.59% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DC4 is #07823B. Grayscale: #A9A9A9. Windows color (decimal): -492092 or 12877304. OLE color: 12877304.

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

Color convert

RGB248125196-
CMYK00.500.210.03
HSL325.37º89.78%73.14%-
HSV(B)325.37º49.6%97.25%-
XYZ56.0138.6156.72-
YUV169.87142.75183.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.59%
GREEN value IS 125 (49.22% from 255) = 21.97%
BLUE value IS 196 (76.95% from 255) = 34.45%
R=43.59%
G=21.97%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812519600.500.210.03325.3789.7873.14
HexF87DC40321531455a49
Octal370175304062253505132111
Binary111110001111101110001000110010101011110100010110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87DC4; }

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

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

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

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

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

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

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

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