#F581CC

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

Shades of Tea Rose #F581CC

Tints of Tea Rose #F581CC

Color information

#F581CC (or 0xF581CC) is unknown color: approx Tea Rose. HEX triplet: F5, 81 and CC. RGB value is (245,129,204). Sum of RGB (Red+Green+Blue) = 245+129+204=578 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.39% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 245 - color contains mainly: red. Hex color #F581CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581CC is #0A7E33. Grayscale: #ACACAC. Windows color (decimal): -687668 or 13402613. OLE color: 13402613.

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

Color convert

RGB245129204-
CMYK00.470.170.04
HSL321.21º85.29%73.33%-
HSV(B)321.21º47.35%96.08%-
XYZ56.4139.4761.77-
YUV172.23145.93179.9-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.39%
GREEN value IS 129 (50.78% from 255) = 22.32%
BLUE value IS 204 (80.08% from 255) = 35.29%
R=42.39%
G=22.32%
B=35.29%

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
Decimal24512920400.470.170.04321.2185.2973.33
HexF581CC02F1141415549
Octal365201314057214501125111
Binary11110101100000011100110001011111000110010100000110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F581CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F581CC; }

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

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

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

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

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

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

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

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