#F180BE

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

Shades of Persian Pink #F180BE

Tints of Persian Pink #F180BE

Color information

#F180BE (or 0xF180BE) is unknown color: approx Persian Pink. HEX triplet: F1, 80 and BE. RGB value is (241,128,190). Sum of RGB (Red+Green+Blue) = 241+128+190=559 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.11% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 241 - color contains mainly: red. Hex color #F180BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F180BE is #0E7F41. Grayscale: #A8A8A8. Windows color (decimal): -950082 or 12484849. OLE color: 12484849.

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

Color convert

RGB241128190-
CMYK00.470.210.05
HSL327.08º80.14%72.35%-
HSV(B)327.08º46.89%94.51%-
XYZ53.2937.8653.21-
YUV168.86139.94179.46-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.11%
GREEN value IS 128 (50.39% from 255) = 22.90%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=43.11%
G=22.90%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112819000.470.210.05327.0880.1472.35
HexF180BE02F1551475048
Octal361200276057255507120110
Binary11110001100000001011111001011111010110110100011110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F180BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F180BE; }

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

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

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

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

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

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

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

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