#F861D5

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

Shades of Neon Pink #F861D5

Tints of Neon Pink #F861D5

Color information

#F861D5 (or 0xF861D5) is unknown color: approx Neon Pink. HEX triplet: F8, 61 and D5. RGB value is (248,97,213). Sum of RGB (Red+Green+Blue) = 248+97+213=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 97 (38.28% from 255 or 17.38% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F861D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F861D5 is #079E2A. Grayscale: #9B9B9B. Windows color (decimal): -499243 or 13984248. OLE color: 13984248.

HSL color Cylindrical-coordinate representation of color #F861D5: hue angle of 313.91º degrees, saturation: 0.92, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F861D5 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB24897213-
CMYK00.610.140.03
HSL313.91º91.52%67.65%-
HSV(B)313.91º60.89%97.25%-
XYZ5533.3166.48-
YUV155.37160.53194.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.44%
GREEN value IS 97 (38.28% from 255) = 17.38%
BLUE value IS 213 (83.59% from 255) = 38.17%
R=44.44%
G=17.38%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489721300.610.140.03313.9191.5267.65
HexF861D503DE313a5c44
Octal370141325075163472134104
Binary11111000110000111010101011110111101110011101010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F861D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F861D5; }

 p { color: rgb(248,97,213); }

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

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

 a { background-color: rgb(248,97,213); }

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

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

 span { border-color: rgb(248,97,213); }

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