#F182BE

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

Shades of Persian Pink #F182BE

Tints of Persian Pink #F182BE

Color information

#F182BE (or 0xF182BE) is unknown color: approx Persian Pink. HEX triplet: F1, 82 and BE. RGB value is (241,130,190). Sum of RGB (Red+Green+Blue) = 241+130+190=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F182BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182BE is #0E7D41. Grayscale: #A9A9A9. Windows color (decimal): -949570 or 12485361. OLE color: 12485361.

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

Color convert

RGB241130190-
CMYK00.460.210.05
HSL327.57º79.86%72.75%-
HSV(B)327.57º46.06%94.51%-
XYZ53.5538.3853.3-
YUV170.03139.27178.62-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.96%
GREEN value IS 130 (51.17% from 255) = 23.17%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=42.96%
G=23.17%
B=33.87%

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
Decimal24113019000.460.210.05327.5779.8672.75
HexF182BE02E1551485049
Octal361202276056255510120111
Binary11110001100000101011111001011101010110110100100010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F182BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F182BE; }

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

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

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

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

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

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

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

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