#F092D1

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

Shades of Tea Rose #F092D1

Tints of Tea Rose #F092D1

Color information

#F092D1 (or 0xF092D1) is unknown color: approx Tea Rose. HEX triplet: F0, 92 and D1. RGB value is (240,146,209). Sum of RGB (Red+Green+Blue) = 240+146+209=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F092D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092D1 is #0F6D2E. Grayscale: #B5B5B5. Windows color (decimal): -1010991 or 13734640. OLE color: 13734640.

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

Color convert

RGB240146209-
CMYK00.390.130.06
HSL319.79º75.81%75.69%-
HSV(B)319.79º39.17%94.12%-
XYZ57.7243.6965.71-
YUV181.29143.64169.88-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.34%
GREEN value IS 146 (57.42% from 255) = 24.54%
BLUE value IS 209 (82.03% from 255) = 35.13%
R=40.34%
G=24.54%
B=35.13%

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
Decimal24014620900.390.130.06319.7975.8175.69
HexF092D1027D61404c4c
Octal360222321047156500114114
Binary1111000010010010110100010100111110111010100000010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F092D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F092D1; }

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

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

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

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

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

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

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

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