#F273D2

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

Shades of Neon Pink #F273D2

Tints of Neon Pink #F273D2

Color information

#F273D2 (or 0xF273D2) is unknown color: approx Neon Pink. HEX triplet: F2, 73 and D2. RGB value is (242,115,210). Sum of RGB (Red+Green+Blue) = 242+115+210=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 115 (45.31% from 255 or 20.28% from 567); Blue value is 210 (82.42% from 255 or 37.04% from 567); Max value from RGB is 242 - color contains mainly: red. Hex color #F273D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F273D2 is #0D8C2D. Grayscale: #A3A3A3. Windows color (decimal): -887854 or 13792242. OLE color: 13792242.

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

Color convert

RGB242115210-
CMYK00.520.130.05
HSL315.12º83.01%70%-
HSV(B)315.12º52.48%94.9%-
XYZ54.3835.7965.02-
YUV163.8154.08183.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.68%
GREEN value IS 115 (45.31% from 255) = 20.28%
BLUE value IS 210 (82.42% from 255) = 37.04%
R=42.68%
G=20.28%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211521000.520.130.05315.1283.0170
HexF273D2034D513b5346
Octal362163322064155473123106
Binary111100101110011110100100110100110110110011101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F273D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F273D2; }

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

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

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

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

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

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

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

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