#F179BF

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

Shades of Persian Pink #F179BF

Tints of Persian Pink #F179BF

Color information

#F179BF (or 0xF179BF) is unknown color: approx Persian Pink. HEX triplet: F1, 79 and BF. RGB value is (241,121,191). Sum of RGB (Red+Green+Blue) = 241+121+191=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F179BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F179BF is #0E8640. Grayscale: #A4A4A4. Windows color (decimal): -951873 or 12548593. OLE color: 12548593.

HSL color Cylindrical-coordinate representation of color #F179BF: hue angle of 325º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F179BF is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB241121191-
CMYK00.500.210.05
HSL325º81.08%70.98%-
HSV(B)325º49.79%94.51%-
XYZ52.5236.1453.5-
YUV164.86142.76182.31-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.58%
GREEN value IS 121 (47.66% from 255) = 21.88%
BLUE value IS 191 (75% from 255) = 34.54%
R=43.58%
G=21.88%
B=34.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24112119100.500.210.0532581.0870.98
HexF179BF0321551455147
Octal361171277062255505121107
Binary1111000111110011011111101100101010110110100010110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F179BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F179BF; }

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

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

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

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

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

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

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

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