Html Css Color HEX #F177BB Persian Pink

📋 copy color: '#F177BB'

red 241 ◦ green 119 ◦ blue 187

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

Shades of Persian Pink #F177BB

Tints of Persian Pink #F177BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.19%

R = 44.06%
G = 21.76%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F177BB (or 0xF177BB) is known color: Persian Pink. HEX triplet: F1, 77 and BB. RGB value is (241,119,187). Sum of RGB (Red+Green+Blue) = 241+119+187=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 187 (73.44% from 255 or 34.19% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F177BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177BB is #0E8844. Grayscale: #A3A3A3. Windows color (decimal): -952389 or 12285937. OLE color: 12285937.

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

Color convert

RGB 241 119 187 -
CMYK 0 0.51 0.22 0.05
HSL 326.56º 0.81% 0.71% -
HSV(B) 326.56º 0.51% 0.95% -
XYZ 51.84 35.48 51.13 -
YUV 163.23 141.42 183.47 -
System Red Green Blue C M Y K H S L
Decimal 241 119 187 0 0.51 0.22 0.05 326.56 0.81 0.71
Hex F1 77 BB 0 33 16 5 147 51 47
Octal 361 167 273 0 63 26 5 507 121 107
Binary 11110001 1110111 10111011 0 110011 10110 101 101000111 1010001 1000111

Color Harmonies of #F177BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F177BB

Black with #F177BB

Text Example


Text Example

White with #F177BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F177BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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