Html Css Color HEX #F301FE Magenta

📋 copy color: '#F301FE'

red 243 ◦ green 1 ◦ blue 254

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

Shades of Magenta #F301FE

Tints of Magenta #F301FE

RGB

 RED value IS 243 (95.31% from 255) = 48.8%

 GREEN value IS 1 (0.78% from 255) = 0.2%

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

R = 48.8%
G = 0.2%
B = 51%

CMYK

 C value IS 0.04

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F301FE (or 0xF301FE) is known color: Magenta. HEX triplet: F3, 01 and FE. RGB value is (243,1,254). Sum of RGB (Red+Green+Blue) = 243+1+254=498 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.80% from 498); Green value is 1 (0.78% from 255 or 0.20% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #F301FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F301FE is #0CFE01. Grayscale: #656565. Windows color (decimal): -851458 or 16646643. OLE color: 16646643.

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

Color convert

RGB 243 1 254 -
CMYK 0.04 1.00 0 0.00
HSL 297.39º 0.99% 0.5% -
HSV(B) 297.39º 1% 1% -
XYZ 54.86 26.23 95.94 -
YUV 102.2 213.67 228.43 -
System Red Green Blue C M Y K H S L
Decimal 243 1 254 0.04 1.00 0 0.00 297.39 0.99 0.5
Hex F3 1 FE 4 64 0 0 129 63 32
Octal 363 1 376 4 144 0 0 451 143 62
Binary 11110011 1 11111110 100 1100100 0 0 100101001 1100011 110010

Color Harmonies of #F301FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F301FE

Black with #F301FE

Text Example


Text Example

White with #F301FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F301FE; }

 p { color: rgb(243,1,254); }

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

background-color css

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

 a { background-color: rgb(243,1,254); }

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

border-color css

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

 span { border-color: rgb(243,1,254); }

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