#F581BF

Color #F581BF Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F581BF

Tints of Persian Pink #F581BF

Color information

#F581BF (or 0xF581BF) is unknown color: approx Persian Pink. HEX triplet: F5, 81 and BF. RGB value is (245,129,191). Sum of RGB (Red+Green+Blue) = 245+129+191=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F581BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581BF is #0A7E40. Grayscale: #AAAAAA. Windows color (decimal): -687681 or 12550645. OLE color: 12550645.

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

Color convert

RGB245129191-
CMYK00.470.220.04
HSL327.93º85.29%73.33%-
HSV(B)327.93º47.35%96.08%-
XYZ54.9138.8753.9-
YUV170.75139.43180.96-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.36%
GREEN value IS 129 (50.78% from 255) = 22.83%
BLUE value IS 191 (75% from 255) = 33.81%
R=43.36%
G=22.83%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24512919100.470.220.04327.9385.2973.33
HexF581BF02F1641485549
Octal365201277057264510125111
Binary11110101100000011011111101011111011010010100100010101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F581BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F581BF; }

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

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

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

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

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

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

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

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