#F590CC

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

Shades of Tea Rose #F590CC

Tints of Tea Rose #F590CC

Color information

#F590CC (or 0xF590CC) is unknown color: approx Tea Rose. HEX triplet: F5, 90 and CC. RGB value is (245,144,204). Sum of RGB (Red+Green+Blue) = 245+144+204=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F590CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590CC is #0A6F33. Grayscale: #B4B4B4. Windows color (decimal): -683828 or 13406453. OLE color: 13406453.

HSL color Cylindrical-coordinate representation of color #F590CC: hue angle of 324.36º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F590CC is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB245144204-
CMYK00.410.170.04
HSL324.36º83.47%76.27%-
HSV(B)324.36º41.22%96.08%-
XYZ58.5343.7262.48-
YUV181.04140.96173.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.32%
GREEN value IS 144 (56.64% from 255) = 24.28%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=41.32%
G=24.28%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514420400.410.170.04324.3683.4776.27
HexF590CC029114144534c
Octal365220314051214504123114
Binary11110101100100001100110001010011000110010100010010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F590CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F590CC; }

 p { color: rgb(245,144,204); }

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

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

 a { background-color: rgb(245,144,204); }

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

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

 span { border-color: rgb(245,144,204); }

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