#F594CC

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

Shades of Tea Rose #F594CC

Tints of Tea Rose #F594CC

Color information

#F594CC (or 0xF594CC) is unknown color: approx Tea Rose. HEX triplet: F5, 94 and CC. RGB value is (245,148,204). Sum of RGB (Red+Green+Blue) = 245+148+204=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F594CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F594CC is #0A6B33. Grayscale: #B7B7B7. Windows color (decimal): -682804 or 13407477. OLE color: 13407477.

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

Color convert

RGB245148204-
CMYK00.400.170.04
HSL325.36º82.91%77.06%-
HSV(B)325.36º39.59%96.08%-
XYZ59.1544.9562.69-
YUV183.39139.64171.95-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.04%
GREEN value IS 148 (58.20% from 255) = 24.79%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=41.04%
G=24.79%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514820400.400.170.04325.3682.9177.06
HexF594CC028114145534d
Octal365224314050214505123115
Binary11110101100101001100110001010001000110010100010110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F594CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F594CC; }

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

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

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

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

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

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

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

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