Html Css Color HEX #F816FE Magenta

📋 copy color: '#F816FE'

red 248 ◦ green 22 ◦ blue 254

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

Shades of Magenta #F816FE

Tints of Magenta #F816FE

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.2%

 BLUE value IS 254 (99.61% from 255) = 48.47%

R = 47.33%
G = 4.2%
B = 48.47%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F816FE (or 0xF816FE) is known color: Magenta. HEX triplet: F8, 16 and FE. RGB value is (248,22,254). Sum of RGB (Red+Green+Blue) = 248+22+254=524 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.33% from 524); Green value is 22 (8.98% from 255 or 4.20% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #F816FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F816FE is #07E901. Grayscale: #737373. Windows color (decimal): -518402 or 16652024. OLE color: 16652024.

HSL color Cylindrical-coordinate representation of color #F816FE: hue angle of 298.45º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F816FE is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 248 22 254 -
CMYK 0.02 0.91 0 0.00
HSL 298.45º 0.99% 0.54% -
HSV(B) 298.45º 0.91% 1% -
XYZ 56.89 27.69 96.11 -
YUV 116.02 205.87 222.14 -
System Red Green Blue C M Y K H S L
Decimal 248 22 254 0.02 0.91 0 0.00 298.45 0.99 0.54
Hex F8 16 FE 2 5B 0 0 12A 63 36
Octal 370 26 376 2 133 0 0 452 143 66
Binary 11111000 10110 11111110 10 1011011 0 0 100101010 1100011 110110

Color Harmonies of #F816FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F816FE

Black with #F816FE

Text Example


Text Example

White with #F816FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F816FE; }

 p { color: rgb(248,22,254); }

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

background-color css

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

 a { background-color: rgb(248,22,254); }

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

border-color css

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

 span { border-color: rgb(248,22,254); }

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