#F092D0

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

Shades of Tea Rose #F092D0

Tints of Tea Rose #F092D0

Color information

#F092D0 (or 0xF092D0) is unknown color: approx Tea Rose. HEX triplet: F0, 92 and D0. RGB value is (240,146,208). Sum of RGB (Red+Green+Blue) = 240+146+208=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 146 (57.42% from 255 or 24.58% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F092D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092D0 is #0F6D2F. Grayscale: #B5B5B5. Windows color (decimal): -1010992 or 13669104. OLE color: 13669104.

HSL color Cylindrical-coordinate representation of color #F092D0: hue angle of 320.43º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F092D0 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB240146208-
CMYK00.390.130.06
HSL320.43º75.81%75.69%-
HSV(B)320.43º39.17%94.12%-
XYZ57.643.6465.06-
YUV181.17143.14169.96-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.40%
GREEN value IS 146 (57.42% from 255) = 24.58%
BLUE value IS 208 (81.64% from 255) = 35.02%
R=40.40%
G=24.58%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24014620800.390.130.06320.4375.8175.69
HexF092D0027D61404c4c
Octal360222320047156500114114
Binary1111000010010010110100000100111110111010100000010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F092D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F092D0; }

 p { color: rgb(240,146,208); }

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

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

 a { background-color: rgb(240,146,208); }

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

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

 span { border-color: rgb(240,146,208); }

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