#F87AD0

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

Shades of Neon Pink #F87AD0

Tints of Neon Pink #F87AD0

Color information

#F87AD0 (or 0xF87AD0) is unknown color: approx Neon Pink. HEX triplet: F8, 7A and D0. RGB value is (248,122,208). Sum of RGB (Red+Green+Blue) = 248+122+208=578 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.91% from 578); Green value is 122 (48.05% from 255 or 21.11% from 578); Blue value is 208 (81.64% from 255 or 35.99% from 578); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87AD0 is #07852F. Grayscale: #A9A9A9. Windows color (decimal): -492848 or 13662968. OLE color: 13662968.

HSL color Cylindrical-coordinate representation of color #F87AD0: hue angle of 319.05º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87AD0 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB248122208-
CMYK00.510.160.03
HSL319.05º90%72.55%-
HSV(B)319.05º50.81%97.25%-
XYZ57.0638.4364.08-
YUV169.48149.74184.01-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.91%
GREEN value IS 122 (48.05% from 255) = 21.11%
BLUE value IS 208 (81.64% from 255) = 35.99%
R=42.91%
G=21.11%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24812220800.510.160.03319.059072.55
HexF87AD003310313f5a49
Octal370172320063203477132111
Binary111110001111010110100000110011100001110011111110110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87AD0; }

 p { color: rgb(248,122,208); }

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

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

 a { background-color: rgb(248,122,208); }

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

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

 span { border-color: rgb(248,122,208); }

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