Html Css Color HEX #F177B9 Persian Pink

📋 copy color: '#F177B9'

red 241 ◦ green 119 ◦ blue 185

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

Shades of Persian Pink #F177B9

Tints of Persian Pink #F177B9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.83%

 BLUE value IS 185 (72.66% from 255) = 33.94%

R = 44.22%
G = 21.83%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F177B9 (or 0xF177B9) is known color: Persian Pink. HEX triplet: F1, 77 and B9. RGB value is (241,119,185). Sum of RGB (Red+Green+Blue) = 241+119+185=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F177B9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177B9 is #0E8846. Grayscale: #A2A2A2. Windows color (decimal): -952391 or 12154865. OLE color: 12154865.

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

Color convert

RGB 241 119 185 -
CMYK 0 0.51 0.23 0.05
HSL 327.54º 0.81% 0.71% -
HSV(B) 327.54º 0.51% 0.95% -
XYZ 51.63 35.4 50.01 -
YUV 163 140.42 183.63 -
System Red Green Blue C M Y K H S L
Decimal 241 119 185 0 0.51 0.23 0.05 327.54 0.81 0.71
Hex F1 77 B9 0 33 17 5 148 51 47
Octal 361 167 271 0 63 27 5 510 121 107
Binary 11110001 1110111 10111001 0 110011 10111 101 101001000 1010001 1000111

Color Harmonies of #F177B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F177B9

Black with #F177B9

Text Example


Text Example

White with #F177B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F177B9; }

 p { color: rgb(241,119,185); }

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

background-color css

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

 a { background-color: rgb(241,119,185); }

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

border-color css

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

 span { border-color: rgb(241,119,185); }

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