Html Css Color HEX #F811FF Magenta

📋 copy color: '#F811FF'

red 248 ◦ green 17 ◦ blue 255

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

Shades of Magenta #F811FF

Tints of Magenta #F811FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.27%

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

R = 47.69%
G = 3.27%
B = 49.04%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F811FF (or 0xF811FF) is known color: Magenta. HEX triplet: F8, 11 and FF. RGB value is (248,17,255). Sum of RGB (Red+Green+Blue) = 248+17+255=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 17 (7.03% from 255 or 3.27% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #F811FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F811FF is #07EE00. Grayscale: #707070. Windows color (decimal): -519681 or 16716280. OLE color: 16716280.

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

Color convert

RGB 248 17 255 -
CMYK 0.03 0.93 0 0
HSL 298.24º 1% 0.53% -
HSV(B) 298.24º 0.93% 1% -
XYZ 56.96 27.58 96.93 -
YUV 113.2 208.03 224.15 -
System Red Green Blue C M Y K H S L
Decimal 248 17 255 0.03 0.93 0 0 298.24 1 0.53
Hex F8 11 FF 3 5D 0 0 12A 64 35
Octal 370 21 377 3 135 0 0 452 144 65
Binary 11111000 10001 11111111 11 1011101 0 0 100101010 1100100 110101

Color Harmonies of #F811FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F811FF

Black with #F811FF

Text Example


Text Example

White with #F811FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F811FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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