Html Css Color HEX #F177BE Persian Pink

📋 copy color: '#F177BE'

red 241 ◦ green 119 ◦ blue 190

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

Shades of Persian Pink #F177BE

Tints of Persian Pink #F177BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 34.55%

R = 43.82%
G = 21.64%
B = 34.55%

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

#F177BE (or 0xF177BE) is known color: Persian Pink. HEX triplet: F1, 77 and BE. RGB value is (241,119,190). Sum of RGB (Red+Green+Blue) = 241+119+190=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 190 (74.61% from 255 or 34.55% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F177BE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177BE is #0E8841. Grayscale: #A3A3A3. Windows color (decimal): -952386 or 12482545. OLE color: 12482545.

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

Color convert

RGB 241 119 190 -
CMYK 0 0.51 0.21 0.05
HSL 325.08º 0.81% 0.71% -
HSV(B) 325.08º 0.51% 0.95% -
XYZ 52.17 35.61 52.84 -
YUV 163.57 142.92 183.23 -
System Red Green Blue C M Y K H S L
Decimal 241 119 190 0 0.51 0.21 0.05 325.08 0.81 0.71
Hex F1 77 BE 0 33 15 5 145 51 47
Octal 361 167 276 0 63 25 5 505 121 107
Binary 11110001 1110111 10111110 0 110011 10101 101 101000101 1010001 1000111

Color Harmonies of #F177BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F177BE

Black with #F177BE

Text Example


Text Example

White with #F177BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F177BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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