#F176C3

Color #F176C3 Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #F176C3

Tints of Persian Pink #F176C3

Color information

#F176C3 (or 0xF176C3) is unknown color: approx Persian Pink. HEX triplet: F1, 76 and C3. RGB value is (241,118,195). Sum of RGB (Red+Green+Blue) = 241+118+195=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 118 (46.48% from 255 or 21.30% from 554); Blue value is 195 (76.56% from 255 or 35.20% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F176C3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F176C3 is #0E893C. Grayscale: #A3A3A3. Windows color (decimal): -952637 or 12809969. OLE color: 12809969.

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

Color convert

RGB241118195-
CMYK00.510.190.05
HSL322.44º81.46%70.39%-
HSV(B)322.44º51.04%94.51%-
XYZ52.635.655.73-
YUV163.55145.75183.24-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 43.50%
GREEN value IS 118 (46.48% from 255) = 21.30%
BLUE value IS 195 (76.56% from 255) = 35.20%
R=43.50%
G=21.30%
B=35.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111819500.510.190.05322.4481.4670.39
HexF176C30331351425146
Octal361166303063235502121106
Binary1111000111101101100001101100111001110110100001010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F176C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F176C3; }

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

 H1.HeaderClassName
 {
   color: #F176C3;
 }
 .AnyTagClassName
 {
   color: #F176C3;
 }
</style>
background-color css

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

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

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

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

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

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