#F180B0

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

Shades of Persian Pink #F180B0

Tints of Persian Pink #F180B0

Color information

#F180B0 (or 0xF180B0) is unknown color: approx Persian Pink. HEX triplet: F1, 80 and B0. RGB value is (241,128,176). Sum of RGB (Red+Green+Blue) = 241+128+176=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F180B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F180B0 is #0E7F4F. Grayscale: #A7A7A7. Windows color (decimal): -950096 or 11567345. OLE color: 11567345.

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

Color convert

RGB241128176-
CMYK00.470.270.05
HSL334.51º80.14%72.35%-
HSV(B)334.51º46.89%94.51%-
XYZ51.8337.2745.54-
YUV167.26132.94180.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 176 (69.14% from 255) = 32.29%
R=44.22%
G=23.49%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112817600.470.270.05334.5180.1472.35
HexF180B002F1B514f5048
Octal361200260057335517120110
Binary11110001100000001011000001011111101110110100111110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F180B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F180B0; }

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

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

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

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

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

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

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

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