#F861D0

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

Shades of Neon Pink #F861D0

Tints of Neon Pink #F861D0

Color information

#F861D0 (or 0xF861D0) is unknown color: approx Neon Pink. HEX triplet: F8, 61 and D0. RGB value is (248,97,208). Sum of RGB (Red+Green+Blue) = 248+97+208=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 97 (38.28% from 255 or 17.54% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F861D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F861D0 is #079E2F. Grayscale: #9A9A9A. Windows color (decimal): -499248 or 13656568. OLE color: 13656568.

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

Color convert

RGB24897208-
CMYK00.610.160.03
HSL315.89º91.52%67.65%-
HSV(B)315.89º60.89%97.25%-
XYZ54.3733.0663.19-
YUV154.8158.03194.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 44.85%
GREEN value IS 97 (38.28% from 255) = 17.54%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=44.85%
G=17.54%
B=37.61%

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
Decimal2489720800.610.160.03315.8991.5267.65
HexF861D003D10313c5c44
Octal370141320075203474134104
Binary111110001100001110100000111101100001110011110010111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F861D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F861D0; }

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

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

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

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

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

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

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

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