Html Css Color HEX #F179BA Persian Pink

📋 copy color: '#F179BA'

red 241 ◦ green 121 ◦ blue 186

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

Shades of Persian Pink #F179BA

Tints of Persian Pink #F179BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.94%

R = 43.98%
G = 22.08%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F179BA (or 0xF179BA) is known color: Persian Pink. HEX triplet: F1, 79 and BA. RGB value is (241,121,186). Sum of RGB (Red+Green+Blue) = 241+121+186=548 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.98% from 548); Green value is 121 (47.66% from 255 or 22.08% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 241 - color contains mainly: red. Hex color #F179BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F179BA is #0E8645. Grayscale: #A4A4A4. Windows color (decimal): -951878 or 12220913. OLE color: 12220913.

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

Color convert

RGB 241 121 186 -
CMYK 0 0.50 0.23 0.05
HSL 327.5º 0.81% 0.71% -
HSV(B) 327.5º 0.5% 0.95% -
XYZ 51.98 35.92 50.65 -
YUV 164.29 140.26 182.71 -
System Red Green Blue C M Y K H S L
Decimal 241 121 186 0 0.50 0.23 0.05 327.5 0.81 0.71
Hex F1 79 BA 0 32 17 5 148 51 47
Octal 361 171 272 0 62 27 5 510 121 107
Binary 11110001 1111001 10111010 0 110010 10111 101 101001000 1010001 1000111

Color Harmonies of #F179BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F179BA

Black with #F179BA

Text Example


Text Example

White with #F179BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F179BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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