Html Css Color HEX #F810FE Magenta

📋 copy color: '#F810FE'

red 248 ◦ green 16 ◦ blue 254

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

Shades of Magenta #F810FE

Tints of Magenta #F810FE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.09%

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

R = 47.88%
G = 3.09%
B = 49.03%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F810FE (or 0xF810FE) is known color: Magenta. HEX triplet: F8, 10 and FE. RGB value is (248,16,254). Sum of RGB (Red+Green+Blue) = 248+16+254=518 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.88% from 518); Green value is 16 (6.64% from 255 or 3.09% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #F810FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F810FE is #07EF01. Grayscale: #6F6F6F. Windows color (decimal): -519938 or 16650488. OLE color: 16650488.

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

Color convert

RGB 248 16 254 -
CMYK 0.02 0.94 0 0.00
HSL 298.49º 0.99% 0.53% -
HSV(B) 298.49º 0.94% 1% -
XYZ 56.79 27.48 96.08 -
YUV 112.5 207.86 224.65 -
System Red Green Blue C M Y K H S L
Decimal 248 16 254 0.02 0.94 0 0.00 298.49 0.99 0.53
Hex F8 10 FE 2 5E 0 0 12A 63 35
Octal 370 20 376 2 136 0 0 452 143 65
Binary 11111000 10000 11111110 10 1011110 0 0 100101010 1100011 110101

Color Harmonies of #F810FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F810FE

Black with #F810FE

Text Example


Text Example

White with #F810FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F810FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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