#F595CC

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

Shades of Tea Rose #F595CC

Tints of Tea Rose #F595CC

Color information

#F595CC (or 0xF595CC) is unknown color: approx Tea Rose. HEX triplet: F5, 95 and CC. RGB value is (245,149,204). Sum of RGB (Red+Green+Blue) = 245+149+204=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F595CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595CC is #0A6A33. Grayscale: #B7B7B7. Windows color (decimal): -682548 or 13407733. OLE color: 13407733.

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

Color convert

RGB245149204-
CMYK00.390.170.04
HSL325.62º82.76%77.25%-
HSV(B)325.62º39.18%96.08%-
XYZ59.345.2762.74-
YUV183.97139.3171.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.97%
GREEN value IS 149 (58.59% from 255) = 24.92%
BLUE value IS 204 (80.08% from 255) = 34.11%
R=40.97%
G=24.92%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514920400.390.170.04325.6282.7677.25
HexF595CC027114146534d
Octal365225314047214506123115
Binary11110101100101011100110001001111000110010100011010100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F595CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F595CC; }

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

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

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

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

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

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

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

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