Html Css Color HEX #F866D0 Neon Pink

📋 copy color: '#F866D0'

red 248 ◦ green 102 ◦ blue 208

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

Shades of Neon Pink #F866D0

Tints of Neon Pink #F866D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.28%

R = 44.44%
G = 18.28%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#F866D0 (or 0xF866D0) is known color: Neon Pink. HEX triplet: F8, 66 and D0. RGB value is (248,102,208). Sum of RGB (Red+Green+Blue) = 248+102+208=558 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.44% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 248 - color contains mainly: red. Hex color #F866D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F866D0 is #07992F. Grayscale: #9D9D9D. Windows color (decimal): -497968 or 13657848. OLE color: 13657848.

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

Color convert

RGB 248 102 208 -
CMYK 0 0.59 0.16 0.03
HSL 316.44º 0.91% 0.69% -
HSV(B) 316.44º 0.59% 0.97% -
XYZ 54.85 34.01 63.35 -
YUV 157.74 156.37 192.38 -
System Red Green Blue C M Y K H S L
Decimal 248 102 208 0 0.59 0.16 0.03 316.44 0.91 0.69
Hex F8 66 D0 0 3B 10 3 13C 5B 45
Octal 370 146 320 0 73 20 3 474 133 105
Binary 11111000 1100110 11010000 0 111011 10000 11 100111100 1011011 1000101

Color Harmonies of #F866D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F866D0

Black with #F866D0

Text Example


Text Example

White with #F866D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F866D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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