Html Css Color HEX #F176C5 Persian Pink

📋 copy color: '#F176C5'

red 241 ◦ green 118 ◦ blue 197

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

Shades of Persian Pink #F176C5

Tints of Persian Pink #F176C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 35.43%

R = 43.35%
G = 21.22%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F176C5 (or 0xF176C5) is known color: Persian Pink. HEX triplet: F1, 76 and C5. RGB value is (241,118,197). Sum of RGB (Red+Green+Blue) = 241+118+197=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 118 (46.48% from 255 or 21.22% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F176C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F176C5 is #0E893A. Grayscale: #A3A3A3. Windows color (decimal): -952635 or 12941041. OLE color: 12941041.

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

Color convert

RGB 241 118 197 -
CMYK 0 0.51 0.18 0.05
HSL 321.46º 0.81% 0.7% -
HSV(B) 321.46º 0.51% 0.95% -
XYZ 52.83 35.69 56.93 -
YUV 163.78 146.75 183.08 -
System Red Green Blue C M Y K H S L
Decimal 241 118 197 0 0.51 0.18 0.05 321.46 0.81 0.7
Hex F1 76 C5 0 33 12 5 141 51 46
Octal 361 166 305 0 63 22 5 501 121 106
Binary 11110001 1110110 11000101 0 110011 10010 101 101000001 1010001 1000110

Color Harmonies of #F176C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F176C5

Black with #F176C5

Text Example


Text Example

White with #F176C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F176C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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