#F585CE

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

Shades of Tea Rose #F585CE

Tints of Tea Rose #F585CE

Color information

#F585CE (or 0xF585CE) is unknown color: approx Tea Rose. HEX triplet: F5, 85 and CE. RGB value is (245,133,206). Sum of RGB (Red+Green+Blue) = 245+133+206=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 133 (52.34% from 255 or 22.77% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F585CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585CE is #0A7A31. Grayscale: #AEAEAE. Windows color (decimal): -686642 or 13534709. OLE color: 13534709.

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

Color convert

RGB245133206-
CMYK00.460.160.04
HSL320.89º84.85%74.12%-
HSV(B)320.89º45.71%96.08%-
XYZ57.1840.6463.22-
YUV174.81145.61178.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.95%
GREEN value IS 133 (52.34% from 255) = 22.77%
BLUE value IS 206 (80.86% from 255) = 35.27%
R=41.95%
G=22.77%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513320600.460.160.04320.8984.8574.12
HexF585CE02E104141554a
Octal365205316056204501125112
Binary11110101100001011100111001011101000010010100000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F585CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F585CE; }

 p { color: rgb(245,133,206); }

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

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

 a { background-color: rgb(245,133,206); }

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

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

 span { border-color: rgb(245,133,206); }

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