Html Css Color HEX #F176B0 Persian Pink

📋 copy color: '#F176B0'

red 241 ◦ green 118 ◦ blue 176

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

Shades of Persian Pink #F176B0

Tints of Persian Pink #F176B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 32.9%

R = 45.05%
G = 22.06%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#F176B0 (or 0xF176B0) is known color: Persian Pink. HEX triplet: F1, 76 and B0. RGB value is (241,118,176). Sum of RGB (Red+Green+Blue) = 241+118+176=535 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.05% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 176 (69.14% from 255 or 32.90% from 535); Max value from RGB is 241 - color contains mainly: red. Hex color #F176B0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F176B0 is #0E894F. Grayscale: #A1A1A1. Windows color (decimal): -952656 or 11564785. OLE color: 11564785.

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

Color convert

RGB 241 118 176 -
CMYK 0 0.51 0.27 0.05
HSL 331.71º 0.81% 0.7% -
HSV(B) 331.71º 0.51% 0.95% -
XYZ 50.59 34.79 45.12 -
YUV 161.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 241 118 176 0 0.51 0.27 0.05 331.71 0.81 0.7
Hex F1 76 B0 0 33 1B 5 14C 51 46
Octal 361 166 260 0 63 33 5 514 121 106
Binary 11110001 1110110 10110000 0 110011 11011 101 101001100 1010001 1000110

Color Harmonies of #F176B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F176B0

Black with #F176B0

Text Example


Text Example

White with #F176B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F176B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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