#F582CD

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

Shades of Tea Rose #F582CD

Tints of Tea Rose #F582CD

Color information

#F582CD (or 0xF582CD) is unknown color: approx Tea Rose. HEX triplet: F5, 82 and CD. RGB value is (245,130,205). Sum of RGB (Red+Green+Blue) = 245+130+205=580 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.24% from 580); Green value is 130 (51.17% from 255 or 22.41% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 245 - color contains mainly: red. Hex color #F582CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F582CD is #0A7D32. Grayscale: #ACACAC. Windows color (decimal): -687411 or 13468405. OLE color: 13468405.

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

Color convert

RGB245130205-
CMYK00.470.160.04
HSL320.87º85.19%73.53%-
HSV(B)320.87º46.94%96.08%-
XYZ56.6639.7962.45-
YUV172.94146.1179.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.24%
GREEN value IS 130 (51.17% from 255) = 22.41%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=42.24%
G=22.41%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513020500.470.160.04320.8785.1973.53
HexF582CD02F104141554a
Octal365202315057204501125112
Binary11110101100000101100110101011111000010010100000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F582CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F582CD; }

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

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

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

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

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

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

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

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