Html Css Color HEX #F176C0 Persian Pink

📋 copy color: '#F176C0'

red 241 ◦ green 118 ◦ blue 192

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

Shades of Persian Pink #F176C0

Tints of Persian Pink #F176C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.85%

R = 43.74%
G = 21.42%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F176C0 (or 0xF176C0) is known color: Persian Pink. HEX triplet: F1, 76 and C0. RGB value is (241,118,192). Sum of RGB (Red+Green+Blue) = 241+118+192=551 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.74% from 551); Green value is 118 (46.48% from 255 or 21.42% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 241 - color contains mainly: red. Hex color #F176C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F176C0 is #0E893F. Grayscale: #A3A3A3. Windows color (decimal): -952640 or 12613361. OLE color: 12613361.

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

Color convert

RGB 241 118 192 -
CMYK 0 0.51 0.20 0.05
HSL 323.9º 0.81% 0.7% -
HSV(B) 323.9º 0.51% 0.95% -
XYZ 52.27 35.46 53.96 -
YUV 163.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 241 118 192 0 0.51 0.20 0.05 323.9 0.81 0.7
Hex F1 76 C0 0 33 14 5 144 51 46
Octal 361 166 300 0 63 24 5 504 121 106
Binary 11110001 1110110 11000000 0 110011 10100 101 101000100 1010001 1000110

Color Harmonies of #F176C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F176C0

Black with #F176C0

Text Example


Text Example

White with #F176C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F176C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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