Html Css Color HEX #F812FE Magenta

📋 copy color: '#F812FE'

red 248 ◦ green 18 ◦ blue 254

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

Shades of Magenta #F812FE

Tints of Magenta #F812FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.46%

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

R = 47.69%
G = 3.46%
B = 48.85%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F812FE (or 0xF812FE) is known color: Magenta. HEX triplet: F8, 12 and FE. RGB value is (248,18,254). Sum of RGB (Red+Green+Blue) = 248+18+254=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 18 (7.42% from 255 or 3.46% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #F812FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F812FE is #07ED01. Grayscale: #707070. Windows color (decimal): -519426 or 16651000. OLE color: 16651000.

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

Color convert

RGB 248 18 254 -
CMYK 0.02 0.93 0 0.00
HSL 298.47º 0.99% 0.53% -
HSV(B) 298.47º 0.93% 1% -
XYZ 56.82 27.54 96.09 -
YUV 113.67 207.2 223.81 -
System Red Green Blue C M Y K H S L
Decimal 248 18 254 0.02 0.93 0 0.00 298.47 0.99 0.53
Hex F8 12 FE 2 5D 0 0 12A 63 35
Octal 370 22 376 2 135 0 0 452 143 65
Binary 11111000 10010 11111110 10 1011101 0 0 100101010 1100011 110101

Color Harmonies of #F812FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F812FE

Black with #F812FE

Text Example


Text Example

White with #F812FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F812FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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