#F088C9

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

Shades of Tea Rose #F088C9

Tints of Tea Rose #F088C9

Color information

#F088C9 (or 0xF088C9) is unknown color: approx Tea Rose. HEX triplet: F0, 88 and C9. RGB value is (240,136,201). Sum of RGB (Red+Green+Blue) = 240+136+201=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 136 (53.52% from 255 or 23.57% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 240 - color contains mainly: red. Hex color #F088C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088C9 is #0F7736. Grayscale: #AEAEAE. Windows color (decimal): -1013559 or 13207792. OLE color: 13207792.

HSL color Cylindrical-coordinate representation of color #F088C9: hue angle of 322.5º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F088C9 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB240136201-
CMYK00.430.160.06
HSL322.5º77.61%73.73%-
HSV(B)322.5º43.33%94.12%-
XYZ55.2840.3560.13-
YUV174.51142.96174.71-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.59%
GREEN value IS 136 (53.52% from 255) = 23.57%
BLUE value IS 201 (78.91% from 255) = 34.84%
R=41.59%
G=23.57%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013620100.430.160.06322.577.6173.73
HexF088C902B1061424e4a
Octal360210311053206502116112
Binary11110000100010001100100101010111000011010100001010011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F088C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F088C9; }

 p { color: rgb(240,136,201); }

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

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

 a { background-color: rgb(240,136,201); }

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

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

 span { border-color: rgb(240,136,201); }

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