Html Css Color HEX #F866D8 Neon Pink

📋 copy color: '#F866D8'

red 248 ◦ green 102 ◦ blue 216

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

Shades of Neon Pink #F866D8

Tints of Neon Pink #F866D8

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.02%

 BLUE value IS 216 (84.77% from 255) = 38.16%

R = 43.82%
G = 18.02%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#F866D8 (or 0xF866D8) is known color: Neon Pink. HEX triplet: F8, 66 and D8. RGB value is (248,102,216). Sum of RGB (Red+Green+Blue) = 248+102+216=566 (74% of max value = 765). Red value is 248 (97.27% from 255 or 43.82% from 566); Green value is 102 (40.23% from 255 or 18.02% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 248 - color contains mainly: red. Hex color #F866D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F866D8 is #079927. Grayscale: #9E9E9E. Windows color (decimal): -497960 or 14182136. OLE color: 14182136.

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

Color convert

RGB 248 102 216 -
CMYK 0 0.59 0.13 0.03
HSL 313.15º 0.91% 0.69% -
HSV(B) 313.15º 0.59% 0.97% -
XYZ 55.86 34.42 68.66 -
YUV 158.65 160.37 191.73 -
System Red Green Blue C M Y K H S L
Decimal 248 102 216 0 0.59 0.13 0.03 313.15 0.91 0.69
Hex F8 66 D8 0 3B D 3 139 5B 45
Octal 370 146 330 0 73 15 3 471 133 105
Binary 11111000 1100110 11011000 0 111011 1101 11 100111001 1011011 1000101

Color Harmonies of #F866D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F866D8

Black with #F866D8

Text Example


Text Example

White with #F866D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F866D8; }

 p { color: rgb(248,102,216); }

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

background-color css

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

 a { background-color: rgb(248,102,216); }

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

border-color css

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

 span { border-color: rgb(248,102,216); }

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