#F590CE

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

Shades of Tea Rose #F590CE

Tints of Tea Rose #F590CE

Color information

#F590CE (or 0xF590CE) is unknown color: approx Tea Rose. HEX triplet: F5, 90 and CE. RGB value is (245,144,206). Sum of RGB (Red+Green+Blue) = 245+144+206=595 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.18% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 245 - color contains mainly: red. Hex color #F590CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F590CE is #0A6F31. Grayscale: #B5B5B5. Windows color (decimal): -683826 or 13537525. OLE color: 13537525.

HSL color Cylindrical-coordinate representation of color #F590CE: hue angle of 323.17º 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 #F590CE is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB245144206-
CMYK00.410.160.04
HSL323.17º83.47%76.27%-
HSV(B)323.17º41.22%96.08%-
XYZ58.7743.8263.75-
YUV181.27141.96173.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.18%
GREEN value IS 144 (56.64% from 255) = 24.20%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=41.18%
G=24.20%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514420600.410.160.04323.1783.4776.27
HexF590CE029104143534c
Octal365220316051204503123114
Binary11110101100100001100111001010011000010010100001110100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F590CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F590CE; }

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

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

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

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

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

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

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

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