#F585CC

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

Shades of Tea Rose #F585CC

Tints of Tea Rose #F585CC

Color information

#F585CC (or 0xF585CC) is unknown color: approx Tea Rose. HEX triplet: F5, 85 and CC. RGB value is (245,133,204). Sum of RGB (Red+Green+Blue) = 245+133+204=582 (77% of max value = 765). Red value is 245 (96.09% from 255 or 42.10% from 582); Green value is 133 (52.34% from 255 or 22.85% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 245 - color contains mainly: red. Hex color #F585CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F585CC is #0A7A33. Grayscale: #AEAEAE. Windows color (decimal): -686644 or 13403637. OLE color: 13403637.

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

Color convert

RGB245133204-
CMYK00.460.170.04
HSL321.96º84.85%74.12%-
HSV(B)321.96º45.71%96.08%-
XYZ56.9440.5561.95-
YUV174.58144.61178.23-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.10%
GREEN value IS 133 (52.34% from 255) = 22.85%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=42.10%
G=22.85%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513320400.460.170.04321.9684.8574.12
HexF585CC02E114142554a
Octal365205314056214502125112
Binary11110101100001011100110001011101000110010100001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F585CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F585CC; }

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

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

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

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

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

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

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

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