Html Css Color HEX #F176BB Persian Pink

📋 copy color: '#F176BB'

red 241 ◦ green 118 ◦ blue 187

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

Shades of Persian Pink #F176BB

Tints of Persian Pink #F176BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.61%

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

R = 44.14%
G = 21.61%
B = 34.25%

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

#F176BB (or 0xF176BB) is known color: Persian Pink. HEX triplet: F1, 76 and BB. RGB value is (241,118,187). Sum of RGB (Red+Green+Blue) = 241+118+187=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F176BB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F176BB is #0E8944. Grayscale: #A2A2A2. Windows color (decimal): -952645 or 12285681. OLE color: 12285681.

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

Color convert

RGB 241 118 187 -
CMYK 0 0.51 0.22 0.05
HSL 326.34º 0.81% 0.7% -
HSV(B) 326.34º 0.51% 0.95% -
XYZ 51.72 35.25 51.09 -
YUV 162.64 141.75 183.89 -
System Red Green Blue C M Y K H S L
Decimal 241 118 187 0 0.51 0.22 0.05 326.34 0.81 0.7
Hex F1 76 BB 0 33 16 5 146 51 46
Octal 361 166 273 0 63 26 5 506 121 106
Binary 11110001 1110110 10111011 0 110011 10110 101 101000110 1010001 1000110

Color Harmonies of #F176BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F176BB

Black with #F176BB

Text Example


Text Example

White with #F176BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F176BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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