#F585D1

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

Shades of Tea Rose #F585D1

Tints of Tea Rose #F585D1

Color information

#F585D1 (or 0xF585D1) is unknown color: approx Tea Rose. HEX triplet: F5, 85 and D1. RGB value is (245,133,209). Sum of RGB (Red+Green+Blue) = 245+133+209=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 133 (52.34% from 255 or 22.66% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F585D1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585D1 is #0A7A2E. Grayscale: #AEAEAE. Windows color (decimal): -686639 or 13731317. OLE color: 13731317.

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

Color convert

RGB245133209-
CMYK00.460.150.04
HSL319.29º84.85%74.12%-
HSV(B)319.29º45.71%96.08%-
XYZ57.5540.7965.16-
YUV175.15147.11177.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.74%
GREEN value IS 133 (52.34% from 255) = 22.66%
BLUE value IS 209 (82.03% from 255) = 35.60%
R=41.74%
G=22.66%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513320900.460.150.04319.2984.8574.12
HexF585D102EF413f554a
Octal365205321056174477125112
Binary1111010110000101110100010101110111110010011111110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F585D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F585D1; }

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

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

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

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

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

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

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

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