Html Css Color HEX #F86FC5 Neon Pink

📋 copy color: '#F86FC5'

red 248 ◦ green 111 ◦ blue 197

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

Shades of Neon Pink #F86FC5

Tints of Neon Pink #F86FC5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.96%

 BLUE value IS 197 (77.34% from 255) = 35.43%

R = 44.6%
G = 19.96%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.03

RGB Variations

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

Color information

#F86FC5 (or 0xF86FC5) is known color: Neon Pink. HEX triplet: F8, 6F and C5. RGB value is (248,111,197). Sum of RGB (Red+Green+Blue) = 248+111+197=556 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.60% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 197 (77.34% from 255 or 35.43% from 556); Max value from RGB is 248 - color contains mainly: red. Hex color #F86FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86FC5 is #07903A. Grayscale: #A1A1A1. Windows color (decimal): -495675 or 12939256. OLE color: 12939256.

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

Color convert

RGB 248 111 197 -
CMYK 0 0.55 0.21 0.03
HSL 322.34º 0.91% 0.7% -
HSV(B) 322.34º 0.55% 0.97% -
XYZ 54.47 35.36 56.78 -
YUV 161.77 147.89 189.51 -
System Red Green Blue C M Y K H S L
Decimal 248 111 197 0 0.55 0.21 0.03 322.34 0.91 0.7
Hex F8 6F C5 0 37 15 3 142 5B 46
Octal 370 157 305 0 67 25 3 502 133 106
Binary 11111000 1101111 11000101 0 110111 10101 11 101000010 1011011 1000110

Color Harmonies of #F86FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86FC5

Black with #F86FC5

Text Example


Text Example

White with #F86FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86FC5; }

 p { color: rgb(248,111,197); }

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

background-color css

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

 a { background-color: rgb(248,111,197); }

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

border-color css

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

 span { border-color: rgb(248,111,197); }

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