#F088C2

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

Shades of Tea Rose #F088C2

Tints of Tea Rose #F088C2

Color information

#F088C2 (or 0xF088C2) is unknown color: approx Tea Rose. HEX triplet: F0, 88 and C2. RGB value is (240,136,194). Sum of RGB (Red+Green+Blue) = 240+136+194=570 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.11% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 240 - color contains mainly: red. Hex color #F088C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088C2 is #0F773D. Grayscale: #ADADAD. Windows color (decimal): -1013566 or 12749040. OLE color: 12749040.

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

Color convert

RGB240136194-
CMYK00.430.190.06
HSL326.54º77.61%73.73%-
HSV(B)326.54º43.33%94.12%-
XYZ54.4840.0355.89-
YUV173.71139.46175.28-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.11%
GREEN value IS 136 (53.52% from 255) = 23.86%
BLUE value IS 194 (76.17% from 255) = 34.04%
R=42.11%
G=23.86%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013619400.430.190.06326.5477.6173.73
HexF088C202B1361474e4a
Octal360210302053236507116112
Binary11110000100010001100001001010111001111010100011110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F088C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F088C2; }

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

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

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

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

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

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

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

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