#F271D1

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

Shades of Neon Pink #F271D1

Tints of Neon Pink #F271D1

Color information

#F271D1 (or 0xF271D1) is unknown color: approx Neon Pink. HEX triplet: F2, 71 and D1. RGB value is (242,113,209). Sum of RGB (Red+Green+Blue) = 242+113+209=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F271D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F271D1 is #0D8E2E. Grayscale: #A2A2A2. Windows color (decimal): -888367 or 13726194. OLE color: 13726194.

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

Color convert

RGB242113209-
CMYK00.530.140.05
HSL315.35º83.23%69.61%-
HSV(B)315.35º53.31%94.9%-
XYZ54.0335.2964.29-
YUV162.52154.24184.69-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.91%
GREEN value IS 113 (44.53% from 255) = 20.04%
BLUE value IS 209 (82.03% from 255) = 37.06%
R=42.91%
G=20.04%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211320900.530.140.05315.3583.2369.61
HexF271D1035E513b5346
Octal362161321065165473123106
Binary111100101110001110100010110101111010110011101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F271D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F271D1; }

 p { color: rgb(242,113,209); }

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

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

 a { background-color: rgb(242,113,209); }

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

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

 span { border-color: rgb(242,113,209); }

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