Html Css Color HEX #F21EFF Magenta

📋 copy color: '#F21EFF'

red 242 ◦ green 30 ◦ blue 255

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

Shades of Magenta #F21EFF

Tints of Magenta #F21EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.39%

R = 45.92%
G = 5.69%
B = 48.39%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F21EFF (or 0xF21EFF) is known color: Magenta. HEX triplet: F2, 1E and FF. RGB value is (242,30,255). Sum of RGB (Red+Green+Blue) = 242+30+255=527 (69% of max value = 765). Red value is 242 (94.92% from 255 or 45.92% from 527); Green value is 30 (12.11% from 255 or 5.69% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #F21EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21EFF is #0DE100. Grayscale: #767676. Windows color (decimal): -909569 or 16719602. OLE color: 16719602.

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

Color convert

RGB 242 30 255 -
CMYK 0.05 0.88 0 0
HSL 296.53º 1% 0.56% -
HSV(B) 296.53º 0.88% 1% -
XYZ 55.13 27.03 96.92 -
YUV 119.04 204.74 215.7 -
System Red Green Blue C M Y K H S L
Decimal 242 30 255 0.05 0.88 0 0 296.53 1 0.56
Hex F2 1E FF 5 58 0 0 129 64 38
Octal 362 36 377 5 130 0 0 451 144 70
Binary 11110010 11110 11111111 101 1011000 0 0 100101001 1100100 111000

Color Harmonies of #F21EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21EFF

Black with #F21EFF

Text Example


Text Example

White with #F21EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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