#F172B8

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

Shades of Persian Pink #F172B8

Tints of Persian Pink #F172B8

Color information

#F172B8 (or 0xF172B8) is unknown color: approx Persian Pink. HEX triplet: F1, 72 and B8. RGB value is (241,114,184). Sum of RGB (Red+Green+Blue) = 241+114+184=539 (71% of max value = 765). Red value is 241 (94.53% from 255 or 44.71% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 184 (72.27% from 255 or 34.14% from 539); Max value from RGB is 241 - color contains mainly: red. Hex color #F172B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172B8 is #0E8D47. Grayscale: #9F9F9F. Windows color (decimal): -953672 or 12088049. OLE color: 12088049.

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

Color convert

RGB241114184-
CMYK00.530.240.05
HSL326.93º81.94%69.61%-
HSV(B)326.93º52.7%94.51%-
XYZ50.9434.249.26-
YUV159.95141.58185.81-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.71%
GREEN value IS 114 (44.92% from 255) = 21.15%
BLUE value IS 184 (72.27% from 255) = 34.14%
R=44.71%
G=21.15%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111418400.530.240.05326.9381.9469.61
HexF172B80351851475246
Octal361162270065305507122106
Binary1111000111100101011100001101011100010110100011110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F172B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F172B8; }

 p { color: rgb(241,114,184); }

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

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

 a { background-color: rgb(241,114,184); }

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

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

 span { border-color: rgb(241,114,184); }

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