Html Css Color HEX #F177BF Persian Pink

📋 copy color: '#F177BF'

red 241 ◦ green 119 ◦ blue 191

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

Shades of Persian Pink #F177BF

Tints of Persian Pink #F177BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 34.66%

R = 43.74%
G = 21.6%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F177BF (or 0xF177BF) is known color: Persian Pink. HEX triplet: F1, 77 and BF. RGB value is (241,119,191). Sum of RGB (Red+Green+Blue) = 241+119+191=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F177BF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177BF is #0E8840. Grayscale: #A3A3A3. Windows color (decimal): -952385 or 12548081. OLE color: 12548081.

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

Color convert

RGB 241 119 191 -
CMYK 0 0.51 0.21 0.05
HSL 324.59º 0.81% 0.71% -
HSV(B) 324.59º 0.51% 0.95% -
XYZ 52.28 35.66 53.42 -
YUV 163.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 241 119 191 0 0.51 0.21 0.05 324.59 0.81 0.71
Hex F1 77 BF 0 33 15 5 145 51 47
Octal 361 167 277 0 63 25 5 505 121 107
Binary 11110001 1110111 10111111 0 110011 10101 101 101000101 1010001 1000111

Color Harmonies of #F177BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F177BF

Black with #F177BF

Text Example


Text Example

White with #F177BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F177BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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