#f272d2

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

Shades of Neon Pink #F272D2

Tints of Neon Pink #F272D2

Color information

#F272D2 (or 0xF272D2) is unknown color: approx Neon Pink. HEX triplet: F2, 72 and D2. RGB value is (242,114,210). Sum of RGB (Red+Green+Blue) = 242+114+210=566 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.76% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 242 - color contains mainly: red. Hex color #F272D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F272D2 is #0D8D2D. Grayscale: #A2A2A2. Windows color (decimal): -888110 or 13791986. OLE color: 13791986.

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

Color convert

RGB242114210-
CMYK00.530.130.05
HSL315º83.12%69.8%-
HSV(B)315º52.89%94.9%-
XYZ54.2735.5764.98-
YUV163.22154.41184.19-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.76%
GREEN value IS 114 (44.92% from 255) = 20.14%
BLUE value IS 210 (82.42% from 255) = 37.10%
R=42.76%
G=20.14%
B=37.10%

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
Decimal24211421000.530.130.0531583.1269.8
HexF272D2035D513b5346
Octal362162322065155473123106
Binary111100101110010110100100110101110110110011101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f272d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f272d2; }

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

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

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

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

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

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

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

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