#F861D1

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

Shades of Neon Pink #F861D1

Tints of Neon Pink #F861D1

Color information

#F861D1 (or 0xF861D1) is unknown color: approx Neon Pink. HEX triplet: F8, 61 and D1. RGB value is (248,97,209). Sum of RGB (Red+Green+Blue) = 248+97+209=554 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.77% from 554); Green value is 97 (38.28% from 255 or 17.51% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 248 - color contains mainly: red. Hex color #F861D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F861D1 is #079E2E. Grayscale: #9A9A9A. Windows color (decimal): -499247 or 13722104. OLE color: 13722104.

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

Color convert

RGB24897209-
CMYK00.610.160.03
HSL315.5º91.52%67.65%-
HSV(B)315.5º60.89%97.25%-
XYZ54.4933.1163.84-
YUV154.92158.53194.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.77%
GREEN value IS 97 (38.28% from 255) = 17.51%
BLUE value IS 209 (82.03% from 255) = 37.73%
R=44.77%
G=17.51%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489720900.610.160.03315.591.5267.65
HexF861D103D10313b5c44
Octal370141321075203473134104
Binary111110001100001110100010111101100001110011101110111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F861D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F861D1; }

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

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

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

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

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

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

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

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