#F181BE

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

Shades of Persian Pink #F181BE

Tints of Persian Pink #F181BE

Color information

#F181BE (or 0xF181BE) is unknown color: approx Persian Pink. HEX triplet: F1, 81 and BE. RGB value is (241,129,190). Sum of RGB (Red+Green+Blue) = 241+129+190=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 129 (50.78% from 255 or 23.04% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F181BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F181BE is #0E7E41. Grayscale: #A9A9A9. Windows color (decimal): -949826 or 12485105. OLE color: 12485105.

HSL color Cylindrical-coordinate representation of color #F181BE: hue angle of 327.32º 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 #F181BE is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241129190-
CMYK00.460.210.05
HSL327.32º80%72.55%-
HSV(B)327.32º46.47%94.51%-
XYZ53.4238.1253.26-
YUV169.44139.61179.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.04%
GREEN value IS 129 (50.78% from 255) = 23.04%
BLUE value IS 190 (74.61% from 255) = 33.93%
R=43.04%
G=23.04%
B=33.93%

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
Decimal24112919000.460.210.05327.328072.55
HexF181BE02E1551475049
Octal361201276056255507120111
Binary11110001100000011011111001011101010110110100011110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F181BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F181BE; }

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

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

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

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

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

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

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

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