#F872C5

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

Shades of Neon Pink #F872C5

Tints of Neon Pink #F872C5

Color information

#F872C5 (or 0xF872C5) is unknown color: approx Neon Pink. HEX triplet: F8, 72 and C5. RGB value is (248,114,197). Sum of RGB (Red+Green+Blue) = 248+114+197=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 197 (77.34% from 255 or 35.24% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F872C5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F872C5 is #078D3A. Grayscale: #A3A3A3. Windows color (decimal): -494907 or 12940024. OLE color: 12940024.

HSL color Cylindrical-coordinate representation of color #F872C5: hue angle of 322.84º 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 #F872C5 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.03.

Color convert

RGB248114197-
CMYK00.540.210.03
HSL322.84º90.54%70.98%-
HSV(B)322.84º54.03%97.25%-
XYZ54.8136.0256.89-
YUV163.53146.89188.25-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.36%
GREEN value IS 114 (44.92% from 255) = 20.39%
BLUE value IS 197 (77.34% from 255) = 35.24%
R=44.36%
G=20.39%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811419700.540.210.03322.8490.5470.98
HexF872C50361531435b47
Octal370162305066253503133107
Binary111110001110010110001010110110101011110100001110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F872C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F872C5; }

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

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

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

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

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

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

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

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