Html Css Color HEX #F177B7 Persian Pink

📋 copy color: '#F177B7'

red 241 ◦ green 119 ◦ blue 183

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

Shades of Persian Pink #F177B7

Tints of Persian Pink #F177B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.7%

R = 44.38%
G = 21.92%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.24

 K value IS 0.05

RGB Variations

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

Color information

#F177B7 (or 0xF177B7) is known color: Persian Pink. HEX triplet: F1, 77 and B7. RGB value is (241,119,183). Sum of RGB (Red+Green+Blue) = 241+119+183=543 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.38% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 183 (71.88% from 255 or 33.70% from 543); Max value from RGB is 241 - color contains mainly: red. Hex color #F177B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177B7 is #0E8848. Grayscale: #A2A2A2. Windows color (decimal): -952393 or 12023793. OLE color: 12023793.

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

Color convert

RGB 241 119 183 -
CMYK 0 0.51 0.24 0.05
HSL 328.52º 0.81% 0.71% -
HSV(B) 328.52º 0.51% 0.95% -
XYZ 51.42 35.31 48.91 -
YUV 162.77 139.42 183.8 -
System Red Green Blue C M Y K H S L
Decimal 241 119 183 0 0.51 0.24 0.05 328.52 0.81 0.71
Hex F1 77 B7 0 33 18 5 149 51 47
Octal 361 167 267 0 63 30 5 511 121 107
Binary 11110001 1110111 10110111 0 110011 11000 101 101001001 1010001 1000111

Color Harmonies of #F177B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F177B7

Black with #F177B7

Text Example


Text Example

White with #F177B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F177B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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