#F581CB

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

Shades of Tea Rose #F581CB

Tints of Tea Rose #F581CB

Color information

#F581CB (or 0xF581CB) is unknown color: approx Tea Rose. HEX triplet: F5, 81 and CB. RGB value is (245,129,203). Sum of RGB (Red+Green+Blue) = 245+129+203=577 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.46% from 577); Green value is 129 (50.78% from 255 or 22.36% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 245 - color contains mainly: red. Hex color #F581CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581CB is #0A7E34. Grayscale: #ABABAB. Windows color (decimal): -687669 or 13337077. OLE color: 13337077.

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

Color convert

RGB245129203-
CMYK00.470.170.04
HSL321.72º85.29%73.33%-
HSV(B)321.72º47.35%96.08%-
XYZ56.2939.4261.14-
YUV172.12145.43179.98-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.46%
GREEN value IS 129 (50.78% from 255) = 22.36%
BLUE value IS 203 (79.69% from 255) = 35.18%
R=42.46%
G=22.36%
B=35.18%

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
Decimal24512920300.470.170.04321.7285.2973.33
HexF581CB02F1141425549
Octal365201313057214502125111
Binary11110101100000011100101101011111000110010100001010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F581CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F581CB; }

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

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

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

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

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

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

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

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