#F270D2

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

Shades of Neon Pink #F270D2

Tints of Neon Pink #F270D2

Color information

#F270D2 (or 0xF270D2) is unknown color: approx Neon Pink. HEX triplet: F2, 70 and D2. RGB value is (242,112,210). Sum of RGB (Red+Green+Blue) = 242+112+210=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F270D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F270D2 is #0D8F2D. Grayscale: #A1A1A1. Windows color (decimal): -888622 or 13791474. OLE color: 13791474.

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

Color convert

RGB242112210-
CMYK00.540.130.05
HSL314.77º83.33%69.41%-
HSV(B)314.77º53.72%94.9%-
XYZ54.0435.1264.9-
YUV162.04155.07185.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.91%
GREEN value IS 112 (44.14% from 255) = 19.86%
BLUE value IS 210 (82.42% from 255) = 37.23%
R=42.91%
G=19.86%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211221000.540.130.05314.7783.3369.41
HexF270D2036D513b5345
Octal362160322066155473123105
Binary111100101110000110100100110110110110110011101110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F270D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F270D2; }

 p { color: rgb(242,112,210); }

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

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

 a { background-color: rgb(242,112,210); }

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

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

 span { border-color: rgb(242,112,210); }

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