#F88FC9

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

Shades of Tea Rose #F88FC9

Tints of Tea Rose #F88FC9

Color information

#F88FC9 (or 0xF88FC9) is unknown color: approx Tea Rose. HEX triplet: F8, 8F and C9. RGB value is (248,143,201). Sum of RGB (Red+Green+Blue) = 248+143+201=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 143 (56.25% from 255 or 24.16% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88FC9 is #077036. Grayscale: #B4B4B4. Windows color (decimal): -487479 or 13209592. OLE color: 13209592.

HSL color Cylindrical-coordinate representation of color #F88FC9: hue angle of 326.86º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F88FC9 is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB248143201-
CMYK00.420.190.03
HSL326.86º88.24%76.67%-
HSV(B)326.86º42.34%97.25%-
XYZ59.0843.8260.6-
YUV181.01139.29175.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.89%
GREEN value IS 143 (56.25% from 255) = 24.16%
BLUE value IS 201 (78.91% from 255) = 33.95%
R=41.89%
G=24.16%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24814320100.420.190.03326.8688.2476.67
HexF88FC902A133147584d
Octal370217311052233507130115
Binary1111100010001111110010010101010100111110100011110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88FC9; }

 p { color: rgb(248,143,201); }

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

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

 a { background-color: rgb(248,143,201); }

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

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

 span { border-color: rgb(248,143,201); }

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