Html Css Color HEX #F86ED1 Neon Pink

📋 copy color: '#F86ED1'

red 248 ◦ green 110 ◦ blue 209

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

Shades of Neon Pink #F86ED1

Tints of Neon Pink #F86ED1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.4%

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

R = 43.74%
G = 19.4%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F86ED1 (or 0xF86ED1) is known color: Neon Pink. HEX triplet: F8, 6E and D1. RGB value is (248,110,209). Sum of RGB (Red+Green+Blue) = 248+110+209=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 248 - color contains mainly: red. Hex color #F86ED1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86ED1 is #07912E. Grayscale: #A2A2A2. Windows color (decimal): -495919 or 13725432. OLE color: 13725432.

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

Color convert

RGB 248 110 209 -
CMYK 0 0.56 0.16 0.03
HSL 316.96º 0.91% 0.7% -
HSV(B) 316.96º 0.56% 0.97% -
XYZ 55.8 35.71 64.27 -
YUV 162.55 154.22 188.95 -
System Red Green Blue C M Y K H S L
Decimal 248 110 209 0 0.56 0.16 0.03 316.96 0.91 0.7
Hex F8 6E D1 0 38 10 3 13D 5B 46
Octal 370 156 321 0 70 20 3 475 133 106
Binary 11111000 1101110 11010001 0 111000 10000 11 100111101 1011011 1000110

Color Harmonies of #F86ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86ED1

Black with #F86ED1

Text Example


Text Example

White with #F86ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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