Html Css Color HEX #F860D1 Neon Pink

📋 copy color: '#F860D1'

red 248 ◦ green 96 ◦ blue 209

#F860D1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Pink #F860D1

Tints of Neon Pink #F860D1

RGB

 RED value IS 248 (97.27% from 255) = 44.85%

 GREEN value IS 96 (37.89% from 255) = 17.36%

 BLUE value IS 209 (82.03% from 255) = 37.79%

R = 44.85%
G = 17.36%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F860D1 (or 0xF860D1) is known color: Neon Pink. HEX triplet: F8, 60 and D1. RGB value is (248,96,209). Sum of RGB (Red+Green+Blue) = 248+96+209=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 96 (37.89% from 255 or 17.36% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F860D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F860D1 is #079F2E. Grayscale: #9A9A9A. Windows color (decimal): -499503 or 13721848. OLE color: 13721848.

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

Color convert

RGB 248 96 209 -
CMYK 0 0.61 0.16 0.03
HSL 315.39º 0.92% 0.67% -
HSV(B) 315.39º 0.61% 0.97% -
XYZ 54.4 32.93 63.81 -
YUV 154.33 158.86 194.81 -
System Red Green Blue C M Y K H S L
Decimal 248 96 209 0 0.61 0.16 0.03 315.39 0.92 0.67
Hex F8 60 D1 0 3D 10 3 13B 5C 43
Octal 370 140 321 0 75 20 3 473 134 103
Binary 11111000 1100000 11010001 0 111101 10000 11 100111011 1011100 1000011

Color Harmonies of #F860D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F860D1

Black with #F860D1

Text Example


Text Example

White with #F860D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F860D1; }

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

 H1.HeaderClassName
 {
   color: #F860D1;
 }
 .AnyTagClassName
 {
   color: #F860D1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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