#F173BA

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

Shades of Persian Pink #F173BA

Tints of Persian Pink #F173BA

Color information

#F173BA (or 0xF173BA) is unknown color: approx Persian Pink. HEX triplet: F1, 73 and BA. RGB value is (241,115,186). Sum of RGB (Red+Green+Blue) = 241+115+186=542 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.46% from 542); Green value is 115 (45.31% from 255 or 21.22% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 241 - color contains mainly: red. Hex color #F173BA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173BA is #0E8C45. Grayscale: #A0A0A0. Windows color (decimal): -953414 or 12219377. OLE color: 12219377.

HSL color Cylindrical-coordinate representation of color #F173BA: hue angle of 326.19º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F173BA is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB241115186-
CMYK00.520.230.05
HSL326.19º81.82%69.8%-
HSV(B)326.19º52.28%94.51%-
XYZ51.2734.5150.41-
YUV160.77142.24185.23-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.46%
GREEN value IS 115 (45.31% from 255) = 21.22%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=44.46%
G=21.22%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111518600.520.230.05326.1981.8269.8
HexF173BA0341751465246
Octal361163272064275506122106
Binary1111000111100111011101001101001011110110100011010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F173BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F173BA; }

 p { color: rgb(241,115,186); }

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

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

 a { background-color: rgb(241,115,186); }

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

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

 span { border-color: rgb(241,115,186); }

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