#F176B7

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

Shades of Persian Pink #F176B7

Tints of Persian Pink #F176B7

Color information

#F176B7 (or 0xF176B7) is unknown color: approx Persian Pink. HEX triplet: F1, 76 and B7. RGB value is (241,118,183). Sum of RGB (Red+Green+Blue) = 241+118+183=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F176B7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F176B7 is #0E8948. Grayscale: #A2A2A2. Windows color (decimal): -952649 or 12023537. OLE color: 12023537.

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

Color convert

RGB241118183-
CMYK00.510.240.05
HSL328.29º81.46%70.39%-
HSV(B)328.29º51.04%94.51%-
XYZ51.335.0848.87-
YUV162.19139.75184.21-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 118 (46.48% from 255) = 21.77%
BLUE value IS 183 (71.88% from 255) = 33.76%
R=44.46%
G=21.77%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111818300.510.240.05328.2981.4670.39
HexF176B70331851485146
Octal361166267063305510121106
Binary1111000111101101011011101100111100010110100100010100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F176B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F176B7; }

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

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

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

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

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

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

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

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