#F176AE

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

Shades of Persian Pink #F176AE

Tints of Persian Pink #F176AE

Color information

#F176AE (or 0xF176AE) is unknown color: approx Persian Pink. HEX triplet: F1, 76 and AE. RGB value is (241,118,174). Sum of RGB (Red+Green+Blue) = 241+118+174=533 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.22% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 174 (68.36% from 255 or 32.65% from 533); Max value from RGB is 241 - color contains mainly: red. Hex color #F176AE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F176AE is #0E8951. Grayscale: #A1A1A1. Windows color (decimal): -952658 or 11433713. OLE color: 11433713.

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

Color convert

RGB241118174-
CMYK00.510.280.05
HSL332.68º81.46%70.39%-
HSV(B)332.68º51.04%94.51%-
XYZ50.3934.7144.09-
YUV161.16135.25184.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.22%
GREEN value IS 118 (46.48% from 255) = 22.14%
BLUE value IS 174 (68.36% from 255) = 32.65%
R=45.22%
G=22.14%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111817400.510.280.05332.6881.4670.39
HexF176AE0331C514d5146
Octal361166256063345515121106
Binary1111000111101101010111001100111110010110100110110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F176AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F176AE; }

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

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

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

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

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

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

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

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