#F089C0

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

Shades of Tea Rose #F089C0

Tints of Tea Rose #F089C0

Color information

#F089C0 (or 0xF089C0) is unknown color: approx Tea Rose. HEX triplet: F0, 89 and C0. RGB value is (240,137,192). Sum of RGB (Red+Green+Blue) = 240+137+192=569 (75% of max value = 765). Red value is 240 (94.14% from 255 or 42.18% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 192 (75.39% from 255 or 33.74% from 569); Max value from RGB is 240 - color contains mainly: red. Hex color #F089C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F089C0 is #0F763F. Grayscale: #ADADAD. Windows color (decimal): -1013312 or 12618224. OLE color: 12618224.

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

Color convert

RGB240137192-
CMYK00.430.200.06
HSL327.96º77.44%73.92%-
HSV(B)327.96º42.92%94.12%-
XYZ54.440.2254.77-
YUV174.07138.12175.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.18%
GREEN value IS 137 (53.91% from 255) = 24.08%
BLUE value IS 192 (75.39% from 255) = 33.74%
R=42.18%
G=24.08%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013719200.430.200.06327.9677.4473.92
HexF089C002B1461484d4a
Octal360211300053246510115112
Binary11110000100010011100000001010111010011010100100010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F089C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F089C0; }

 p { color: rgb(240,137,192); }

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

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

 a { background-color: rgb(240,137,192); }

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

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

 span { border-color: rgb(240,137,192); }

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