#F088CF

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

Shades of Tea Rose #F088CF

Tints of Tea Rose #F088CF

Color information

#F088CF (or 0xF088CF) is unknown color: approx Tea Rose. HEX triplet: F0, 88 and CF. RGB value is (240,136,207). Sum of RGB (Red+Green+Blue) = 240+136+207=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 136 (53.52% from 255 or 23.33% from 583); Blue value is 207 (81.25% from 255 or 35.51% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F088CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F088CF is #0F7730. Grayscale: #AFAFAF. Windows color (decimal): -1013553 or 13601008. OLE color: 13601008.

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

Color convert

RGB240136207-
CMYK00.430.140.06
HSL319.04º77.61%73.73%-
HSV(B)319.04º43.33%94.12%-
XYZ5640.6463.92-
YUV175.19145.96174.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.17%
GREEN value IS 136 (53.52% from 255) = 23.33%
BLUE value IS 207 (81.25% from 255) = 35.51%
R=41.17%
G=23.33%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013620700.430.140.06319.0477.6173.73
HexF088CF02BE613f4e4a
Octal360210317053166477116112
Binary1111000010001000110011110101011111011010011111110011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F088CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F088CF; }

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

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

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

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

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

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

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

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