#F172D1

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

Shades of Neon Pink #F172D1

Tints of Neon Pink #F172D1

Color information

#F172D1 (or 0xF172D1) is unknown color: approx Neon Pink. HEX triplet: F1, 72 and D1. RGB value is (241,114,209). Sum of RGB (Red+Green+Blue) = 241+114+209=564 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.73% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 241 - color contains mainly: red. Hex color #F172D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F172D1 is #0E8D2E. Grayscale: #A2A2A2. Windows color (decimal): -953647 or 13726449. OLE color: 13726449.

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

Color convert

RGB241114209-
CMYK00.530.130.05
HSL315.12º81.94%69.61%-
HSV(B)315.12º52.7%94.51%-
XYZ53.835.3464.31-
YUV162.8154.08183.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 42.73%
GREEN value IS 114 (44.92% from 255) = 20.21%
BLUE value IS 209 (82.03% from 255) = 37.06%
R=42.73%
G=20.21%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111420900.530.130.05315.1281.9469.61
HexF172D1035D513b5246
Octal361162321065155473122106
Binary111100011110010110100010110101110110110011101110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F172D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F172D1; }

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

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

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

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

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

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

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

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