Html Css Color HEX #F21EFE Magenta

📋 copy color: '#F21EFE'

red 242 ◦ green 30 ◦ blue 254

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

Shades of Magenta #F21EFE

Tints of Magenta #F21EFE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 5.7%

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

R = 46.01%
G = 5.7%
B = 48.29%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F21EFE (or 0xF21EFE) is known color: Magenta. HEX triplet: F2, 1E and FE. RGB value is (242,30,254). Sum of RGB (Red+Green+Blue) = 242+30+254=526 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.01% from 526); Green value is 30 (12.11% from 255 or 5.70% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #F21EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21EFE is #0DE101. Grayscale: #767676. Windows color (decimal): -909570 or 16654066. OLE color: 16654066.

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

Color convert

RGB 242 30 254 -
CMYK 0.05 0.88 0 0.00
HSL 296.79º 0.99% 0.56% -
HSV(B) 296.79º 0.88% 1% -
XYZ 54.97 26.96 96.07 -
YUV 118.92 204.24 215.79 -
System Red Green Blue C M Y K H S L
Decimal 242 30 254 0.05 0.88 0 0.00 296.79 0.99 0.56
Hex F2 1E FE 5 58 0 0 129 63 38
Octal 362 36 376 5 130 0 0 451 143 70
Binary 11110010 11110 11111110 101 1011000 0 0 100101001 1100011 111000

Color Harmonies of #F21EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21EFE

Black with #F21EFE

Text Example


Text Example

White with #F21EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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