#F581D2

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

Shades of Tea Rose #F581D2

Tints of Tea Rose #F581D2

Color information

#F581D2 (or 0xF581D2) is unknown color: approx Tea Rose. HEX triplet: F5, 81 and D2. RGB value is (245,129,210). Sum of RGB (Red+Green+Blue) = 245+129+210=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 129 (50.78% from 255 or 22.09% from 584); Blue value is 210 (82.42% from 255 or 35.96% from 584); Max value from RGB is 245 - color contains mainly: red. Hex color #F581D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581D2 is #0A7E2D. Grayscale: #ACACAC. Windows color (decimal): -687662 or 13795829. OLE color: 13795829.

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

Color convert

RGB245129210-
CMYK00.470.140.04
HSL318.1º85.29%73.33%-
HSV(B)318.1º47.35%96.08%-
XYZ57.1439.7765.64-
YUV172.92148.93179.41-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.95%
GREEN value IS 129 (50.78% from 255) = 22.09%
BLUE value IS 210 (82.42% from 255) = 35.96%
R=41.95%
G=22.09%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512921000.470.140.04318.185.2973.33
HexF581D202FE413e5549
Octal365201322057164476125111
Binary1111010110000001110100100101111111010010011111010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F581D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F581D2; }

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

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

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

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

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

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

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

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