Html Css Color HEX #F21AF0 Magenta

📋 copy color: '#F21AF0'

red 242 ◦ green 26 ◦ blue 240

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

Shades of Magenta #F21AF0

Tints of Magenta #F21AF0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.12%

 BLUE value IS 240 (94.14% from 255) = 47.24%

R = 47.64%
G = 5.12%
B = 47.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F21AF0 (or 0xF21AF0) is known color: Magenta. HEX triplet: F2, 1A and F0. RGB value is (242,26,240). Sum of RGB (Red+Green+Blue) = 242+26+240=508 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.64% from 508); Green value is 26 (10.55% from 255 or 5.12% from 508); Blue value is 240 (94.14% from 255 or 47.24% from 508); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21AF0 is #0DE50F. Grayscale: #727272. Windows color (decimal): -910608 or 15735538. OLE color: 15735538.

HSL color Cylindrical-coordinate representation of color #F21AF0: hue angle of 300.56º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21AF0 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 26 240 -
CMYK 0 0.89 0.01 0.05
HSL 300.56º 0.89% 0.53% -
HSV(B) 300.56º 0.89% 0.95% -
XYZ 52.72 25.91 84.66 -
YUV 114.98 198.56 218.6 -
System Red Green Blue C M Y K H S L
Decimal 242 26 240 0 0.89 0.01 0.05 300.56 0.89 0.53
Hex F2 1A F0 0 59 1 5 12D 59 35
Octal 362 32 360 0 131 1 5 455 131 65
Binary 11110010 11010 11110000 0 1011001 1 101 100101101 1011001 110101

Color Harmonies of #F21AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21AF0

Black with #F21AF0

Text Example


Text Example

White with #F21AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21AF0; }

 p { color: rgb(242,26,240); }

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

background-color css

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

 a { background-color: rgb(242,26,240); }

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

border-color css

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

 span { border-color: rgb(242,26,240); }

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