#F587CD

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

Shades of Tea Rose #F587CD

Tints of Tea Rose #F587CD

Color information

#F587CD (or 0xF587CD) is unknown color: approx Tea Rose. HEX triplet: F5, 87 and CD. RGB value is (245,135,205). Sum of RGB (Red+Green+Blue) = 245+135+205=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 135 (53.12% from 255 or 23.08% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F587CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F587CD is #0A7832. Grayscale: #AFAFAF. Windows color (decimal): -686131 or 13469685. OLE color: 13469685.

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

Color convert

RGB245135205-
CMYK00.450.160.04
HSL321.82º84.62%74.51%-
HSV(B)321.82º44.9%96.08%-
XYZ57.3441.1562.68-
YUV175.87144.44177.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.88%
GREEN value IS 135 (53.12% from 255) = 23.08%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=41.88%
G=23.08%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513520500.450.160.04321.8284.6274.51
HexF587CD02D104142554b
Octal365207315055204502125113
Binary11110101100001111100110101011011000010010100001010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F587CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F587CD; }

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

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

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

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

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

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

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

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