#F872C2

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

Shades of Neon Pink #F872C2

Tints of Neon Pink #F872C2

Color information

#F872C2 (or 0xF872C2) is unknown color: approx Neon Pink. HEX triplet: F8, 72 and C2. RGB value is (248,114,194). Sum of RGB (Red+Green+Blue) = 248+114+194=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 194 (76.17% from 255 or 34.89% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F872C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F872C2 is #078D3D. Grayscale: #A2A2A2. Windows color (decimal): -494910 or 12743416. OLE color: 12743416.

HSL color Cylindrical-coordinate representation of color #F872C2: hue angle of 324.18º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F872C2 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.03.

Color convert

RGB248114194-
CMYK00.540.220.03
HSL324.18º90.54%70.98%-
HSV(B)324.18º54.03%97.25%-
XYZ54.4735.8955.09-
YUV163.19145.39188.5-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.60%
GREEN value IS 114 (44.92% from 255) = 20.50%
BLUE value IS 194 (76.17% from 255) = 34.89%
R=44.60%
G=20.50%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811419400.540.220.03324.1890.5470.98
HexF872C20361631445b47
Octal370162302066263504133107
Binary111110001110010110000100110110101101110100010010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F872C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F872C2; }

 p { color: rgb(248,114,194); }

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

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

 a { background-color: rgb(248,114,194); }

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

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

 span { border-color: rgb(248,114,194); }

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