Html Css Color HEX #F179AF Persian Pink

📋 copy color: '#F179AF'

red 241 ◦ green 121 ◦ blue 175

#F179AF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Pink #F179AF

Tints of Persian Pink #F179AF

RGB

 RED value IS 241 (94.53% from 255) = 44.88%

 GREEN value IS 121 (47.66% from 255) = 22.53%

 BLUE value IS 175 (68.75% from 255) = 32.59%

R = 44.88%
G = 22.53%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F179AF (or 0xF179AF) is known color: Persian Pink. HEX triplet: F1, 79 and AF. RGB value is (241,121,175). Sum of RGB (Red+Green+Blue) = 241+121+175=537 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.88% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 241 - color contains mainly: red. Hex color #F179AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F179AF is #0E8650. Grayscale: #A2A2A2. Windows color (decimal): -951889 or 11500017. OLE color: 11500017.

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

Color convert

RGB 241 121 175 -
CMYK 0 0.50 0.27 0.05
HSL 333º 0.81% 0.71% -
HSV(B) 333º 0.5% 0.95% -
XYZ 50.85 35.47 44.72 -
YUV 163.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 241 121 175 0 0.50 0.27 0.05 333 0.81 0.71
Hex F1 79 AF 0 32 1B 5 14D 51 47
Octal 361 171 257 0 62 33 5 515 121 107
Binary 11110001 1111001 10101111 0 110010 11011 101 101001101 1010001 1000111

Color Harmonies of #F179AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F179AF

Black with #F179AF

Text Example


Text Example

White with #F179AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F179AF; }

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

 H1.HeaderClassName
 {
   color: #F179AF;
 }
 .AnyTagClassName
 {
   color: #F179AF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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