#F595CD

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

Shades of Tea Rose #F595CD

Tints of Tea Rose #F595CD

Color information

#F595CD (or 0xF595CD) is unknown color: approx Tea Rose. HEX triplet: F5, 95 and CD. RGB value is (245,149,205). Sum of RGB (Red+Green+Blue) = 245+149+205=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F595CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F595CD is #0A6A32. Grayscale: #B7B7B7. Windows color (decimal): -682547 or 13473269. OLE color: 13473269.

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

Color convert

RGB245149205-
CMYK00.390.160.04
HSL325º82.76%77.25%-
HSV(B)325º39.18%96.08%-
XYZ59.4245.3263.37-
YUV184.09139.8171.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.90%
GREEN value IS 149 (58.59% from 255) = 24.87%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=40.90%
G=24.87%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514920500.390.160.0432582.7677.25
HexF595CD027104145534d
Octal365225315047204505123115
Binary11110101100101011100110101001111000010010100010110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F595CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F595CD; }

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

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

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

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

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

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

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

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