#F181BF

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

Shades of Persian Pink #F181BF

Tints of Persian Pink #F181BF

Color information

#F181BF (or 0xF181BF) is unknown color: approx Persian Pink. HEX triplet: F1, 81 and BF. RGB value is (241,129,191). Sum of RGB (Red+Green+Blue) = 241+129+191=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F181BF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181BF is #0E7E40. Grayscale: #A9A9A9. Windows color (decimal): -949825 or 12550641. OLE color: 12550641.

HSL color Cylindrical-coordinate representation of color #F181BF: hue angle of 326.79º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F181BF is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241129191-
CMYK00.460.210.05
HSL326.79º80%72.55%-
HSV(B)326.79º46.47%94.51%-
XYZ53.5338.1653.84-
YUV169.56140.11178.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 129 (50.78% from 255) = 22.99%
BLUE value IS 191 (75% from 255) = 34.05%
R=42.96%
G=22.99%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112919100.460.210.05326.798072.55
HexF181BF02E1551475049
Octal361201277056255507120111
Binary11110001100000011011111101011101010110110100011110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F181BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F181BF; }

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

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

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

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

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

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

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

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