Html Css Color HEX #F201FE Magenta

📋 copy color: '#F201FE'

red 242 ◦ green 1 ◦ blue 254

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

Shades of Magenta #F201FE

Tints of Magenta #F201FE

RGB

 RED value IS 242 (94.92% from 255) = 48.69%

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

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

R = 48.69%
G = 0.2%
B = 51.11%

CMYK

 C value IS 0.05

 M value IS 1.00

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F201FE (or 0xF201FE) is known color: Magenta. HEX triplet: F2, 01 and FE. RGB value is (242,1,254). Sum of RGB (Red+Green+Blue) = 242+1+254=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 1 (0.78% from 255 or 0.20% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #F201FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F201FE is #0DFE01. Grayscale: #656565. Windows color (decimal): -916994 or 16646642. OLE color: 16646642.

HSL color Cylindrical-coordinate representation of color #F201FE: hue angle of 297.15º 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 #F201FE is Cyan = 0.05, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 1 254 -
CMYK 0.05 1.00 0 0.00
HSL 297.15º 0.99% 0.5% -
HSV(B) 297.15º 1% 1% -
XYZ 54.52 26.05 95.92 -
YUV 101.9 213.84 227.93 -
System Red Green Blue C M Y K H S L
Decimal 242 1 254 0.05 1.00 0 0.00 297.15 0.99 0.5
Hex F2 1 FE 5 64 0 0 129 63 32
Octal 362 1 376 5 144 0 0 451 143 62
Binary 11110010 1 11111110 101 1100100 0 0 100101001 1100011 110010

Color Harmonies of #F201FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F201FE

Black with #F201FE

Text Example


Text Example

White with #F201FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F201FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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