#F587CC

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

Shades of Tea Rose #F587CC

Tints of Tea Rose #F587CC

Color information

#F587CC (or 0xF587CC) is unknown color: approx Tea Rose. HEX triplet: F5, 87 and CC. RGB value is (245,135,204). Sum of RGB (Red+Green+Blue) = 245+135+204=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 135 (53.12% from 255 or 23.12% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F587CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F587CC is #0A7833. Grayscale: #AFAFAF. Windows color (decimal): -686132 or 13404149. OLE color: 13404149.

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

Color convert

RGB245135204-
CMYK00.450.170.04
HSL322.36º84.62%74.51%-
HSV(B)322.36º44.9%96.08%-
XYZ57.2241.162.04-
YUV175.76143.94177.39-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.95%
GREEN value IS 135 (53.12% from 255) = 23.12%
BLUE value IS 204 (80.08% from 255) = 34.93%
R=41.95%
G=23.12%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513520400.450.170.04322.3684.6274.51
HexF587CC02D114142554b
Octal365207314055214502125113
Binary11110101100001111100110001011011000110010100001010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F587CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F587CC; }

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

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

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

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

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

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

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

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