#F593CA

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

Shades of Tea Rose #F593CA

Tints of Tea Rose #F593CA

Color information

#F593CA (or 0xF593CA) is unknown color: approx Tea Rose. HEX triplet: F5, 93 and CA. RGB value is (245,147,202). Sum of RGB (Red+Green+Blue) = 245+147+202=594 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.25% from 594); Green value is 147 (57.81% from 255 or 24.75% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 245 - color contains mainly: red. Hex color #F593CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593CA is #0A6C35. Grayscale: #B6B6B6. Windows color (decimal): -683062 or 13276149. OLE color: 13276149.

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

Color convert

RGB245147202-
CMYK00.40.180.04
HSL326.33º83.05%76.86%-
HSV(B)326.33º40%96.08%-
XYZ58.7544.5461.38-
YUV182.57138.97172.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.25%
GREEN value IS 147 (57.81% from 255) = 24.75%
BLUE value IS 202 (79.30% from 255) = 34.01%
R=41.25%
G=24.75%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514720200.40.180.04326.3383.0576.86
HexF593CA028124146534d
Octal365223312050224506123115
Binary11110101100100111100101001010001001010010100011010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F593CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F593CA; }

 p { color: rgb(245,147,202); }

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

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

 a { background-color: rgb(245,147,202); }

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

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

 span { border-color: rgb(245,147,202); }

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