#F173BD

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

Shades of Persian Pink #F173BD

Tints of Persian Pink #F173BD

Color information

#F173BD (or 0xF173BD) is unknown color: approx Persian Pink. HEX triplet: F1, 73 and BD. RGB value is (241,115,189). Sum of RGB (Red+Green+Blue) = 241+115+189=545 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.22% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 241 - color contains mainly: red. Hex color #F173BD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173BD is #0E8C42. Grayscale: #A0A0A0. Windows color (decimal): -953411 or 12415985. OLE color: 12415985.

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

Color convert

RGB241115189-
CMYK00.520.220.05
HSL324.76º81.82%69.8%-
HSV(B)324.76º52.28%94.51%-
XYZ51.5934.6452.11-
YUV161.11143.74184.98-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.22%
GREEN value IS 115 (45.31% from 255) = 21.10%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=44.22%
G=21.10%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111518900.520.220.05324.7681.8269.8
HexF173BD0341651455246
Octal361163275064265505122106
Binary1111000111100111011110101101001011010110100010110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F173BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F173BD; }

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

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

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

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

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

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

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

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