#F088C8

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

Shades of Tea Rose #F088C8

Tints of Tea Rose #F088C8

Color information

#F088C8 (or 0xF088C8) is unknown color: approx Tea Rose. HEX triplet: F0, 88 and C8. RGB value is (240,136,200). Sum of RGB (Red+Green+Blue) = 240+136+200=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 200 (78.52% from 255 or 34.72% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F088C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088C8 is #0F7737. Grayscale: #AEAEAE. Windows color (decimal): -1013560 or 13142256. OLE color: 13142256.

HSL color Cylindrical-coordinate representation of color #F088C8: hue angle of 323.08º 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 #F088C8 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.06.

Color convert

RGB240136200-
CMYK00.430.170.06
HSL323.08º77.61%73.73%-
HSV(B)323.08º43.33%94.12%-
XYZ55.1640.359.52-
YUV174.39142.46174.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.67%
GREEN value IS 136 (53.52% from 255) = 23.61%
BLUE value IS 200 (78.52% from 255) = 34.72%
R=41.67%
G=23.61%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013620000.430.170.06323.0877.6173.73
HexF088C802B1161434e4a
Octal360210310053216503116112
Binary11110000100010001100100001010111000111010100001110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F088C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F088C8; }

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

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

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

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

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

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

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

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