#F171C1

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

Shades of Neon Pink #F171C1

Tints of Neon Pink #F171C1

Color information

#F171C1 (or 0xF171C1) is unknown color: approx Neon Pink. HEX triplet: F1, 71 and C1. RGB value is (241,113,193). Sum of RGB (Red+Green+Blue) = 241+113+193=547 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.06% from 547); Green value is 113 (44.53% from 255 or 20.66% from 547); Blue value is 193 (75.78% from 255 or 35.28% from 547); Max value from RGB is 241 - color contains mainly: red. Hex color #F171C1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F171C1 is #0E8E3E. Grayscale: #A0A0A0. Windows color (decimal): -953919 or 12677617. OLE color: 12677617.

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

Color convert

RGB241113193-
CMYK00.530.200.05
HSL322.5º82.05%69.41%-
HSV(B)322.5º53.11%94.51%-
XYZ51.8134.3654.35-
YUV160.39146.41185.5-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.06%
GREEN value IS 113 (44.53% from 255) = 20.66%
BLUE value IS 193 (75.78% from 255) = 35.28%
R=44.06%
G=20.66%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24111319300.530.200.05322.582.0569.41
HexF171C10351451425245
Octal361161301065245502122105
Binary1111000111100011100000101101011010010110100001010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F171C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F171C1; }

 p { color: rgb(241,113,193); }

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

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

 a { background-color: rgb(241,113,193); }

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

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

 span { border-color: rgb(241,113,193); }

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