Html Css Color HEX #F816FF Magenta

📋 copy color: '#F816FF'

red 248 ◦ green 22 ◦ blue 255

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

Shades of Magenta #F816FF

Tints of Magenta #F816FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.57%

R = 47.24%
G = 4.19%
B = 48.57%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F816FF (or 0xF816FF) is known color: Magenta. HEX triplet: F8, 16 and FF. RGB value is (248,22,255). Sum of RGB (Red+Green+Blue) = 248+22+255=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 22 (8.98% from 255 or 4.19% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #F816FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F816FF is #07E900. Grayscale: #737373. Windows color (decimal): -518401 or 16717560. OLE color: 16717560.

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

Color convert

RGB 248 22 255 -
CMYK 0.03 0.91 0 0
HSL 298.2º 1% 0.54% -
HSV(B) 298.2º 0.91% 1% -
XYZ 57.05 27.75 96.96 -
YUV 116.14 206.37 222.05 -
System Red Green Blue C M Y K H S L
Decimal 248 22 255 0.03 0.91 0 0 298.2 1 0.54
Hex F8 16 FF 3 5B 0 0 12A 64 36
Octal 370 26 377 3 133 0 0 452 144 66
Binary 11111000 10110 11111111 11 1011011 0 0 100101010 1100100 110110

Color Harmonies of #F816FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F816FF

Black with #F816FF

Text Example


Text Example

White with #F816FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F816FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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