#F582CC

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

Shades of Tea Rose #F582CC

Tints of Tea Rose #F582CC

Color information

#F582CC (or 0xF582CC) is unknown color: approx Tea Rose. HEX triplet: F5, 82 and CC. RGB value is (245,130,204). Sum of RGB (Red+Green+Blue) = 245+130+204=579 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.31% from 579); Green value is 130 (51.17% from 255 or 22.45% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 245 - color contains mainly: red. Hex color #F582CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F582CC is #0A7D33. Grayscale: #ACACAC. Windows color (decimal): -687412 or 13402869. OLE color: 13402869.

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

Color convert

RGB245130204-
CMYK00.470.170.04
HSL321.39º85.19%73.53%-
HSV(B)321.39º46.94%96.08%-
XYZ56.5439.7461.82-
YUV172.82145.6179.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.31%
GREEN value IS 130 (51.17% from 255) = 22.45%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=42.31%
G=22.45%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513020400.470.170.04321.3985.1973.53
HexF582CC02F114141554a
Octal365202314057214501125112
Binary11110101100000101100110001011111000110010100000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F582CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F582CC; }

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

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

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

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

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

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

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

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