Html Css Color HEX #F871C0 Neon Pink

📋 copy color: '#F871C0'

red 248 ◦ green 113 ◦ blue 192

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

Shades of Neon Pink #F871C0

Tints of Neon Pink #F871C0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.43%

 BLUE value IS 192 (75.39% from 255) = 34.72%

R = 44.85%
G = 20.43%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.03

RGB Variations

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

Color information

#F871C0 (or 0xF871C0) is known color: Neon Pink. HEX triplet: F8, 71 and C0. RGB value is (248,113,192). Sum of RGB (Red+Green+Blue) = 248+113+192=553 (73% of max value = 765). Red value is 248 (97.27% from 255 or 44.85% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 192 (75.39% from 255 or 34.72% from 553); Max value from RGB is 248 - color contains mainly: red. Hex color #F871C0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F871C0 is #078E3F. Grayscale: #A2A2A2. Windows color (decimal): -495168 or 12612088. OLE color: 12612088.

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

Color convert

RGB 248 113 192 -
CMYK 0 0.54 0.23 0.03
HSL 324.89º 0.91% 0.71% -
HSV(B) 324.89º 0.54% 0.97% -
XYZ 54.13 35.57 53.88 -
YUV 162.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 248 113 192 0 0.54 0.23 0.03 324.89 0.91 0.71
Hex F8 71 C0 0 36 17 3 145 5B 47
Octal 370 161 300 0 66 27 3 505 133 107
Binary 11111000 1110001 11000000 0 110110 10111 11 101000101 1011011 1000111

Color Harmonies of #F871C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F871C0

Black with #F871C0

Text Example


Text Example

White with #F871C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F871C0; }

 p { color: rgb(248,113,192); }

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

background-color css

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

 a { background-color: rgb(248,113,192); }

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

border-color css

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

 span { border-color: rgb(248,113,192); }

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