#F593CD

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

Shades of Tea Rose #F593CD

Tints of Tea Rose #F593CD

Color information

#F593CD (or 0xF593CD) is unknown color: approx Tea Rose. HEX triplet: F5, 93 and CD. RGB value is (245,147,205). Sum of RGB (Red+Green+Blue) = 245+147+205=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 147 (57.81% from 255 or 24.62% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F593CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F593CD is #0A6C32. Grayscale: #B6B6B6. Windows color (decimal): -683059 or 13472757. OLE color: 13472757.

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

Color convert

RGB245147205-
CMYK00.40.160.04
HSL324.49º83.05%76.86%-
HSV(B)324.49º40%96.08%-
XYZ59.1144.6963.27-
YUV182.91140.47172.28-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.04%
GREEN value IS 147 (57.81% from 255) = 24.62%
BLUE value IS 205 (80.47% from 255) = 34.34%
R=41.04%
G=24.62%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514720500.40.160.04324.4983.0576.86
HexF593CD028104144534d
Octal365223315050204504123115
Binary11110101100100111100110101010001000010010100010010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F593CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F593CD; }

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

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

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

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

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

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

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

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