Html Css Color HEX #F21AF6 Magenta

📋 copy color: '#F21AF6'

red 242 ◦ green 26 ◦ blue 246

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

Shades of Magenta #F21AF6

Tints of Magenta #F21AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.86%

R = 47.08%
G = 5.06%
B = 47.86%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F21AF6 (or 0xF21AF6) is known color: Magenta. HEX triplet: F2, 1A and F6. RGB value is (242,26,246). Sum of RGB (Red+Green+Blue) = 242+26+246=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 26 (10.55% from 255 or 5.06% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #F21AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21AF6 is #0DE509. Grayscale: #737373. Windows color (decimal): -910602 or 16128754. OLE color: 16128754.

HSL color Cylindrical-coordinate representation of color #F21AF6: hue angle of 298.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F21AF6 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 242 26 246 -
CMYK 0.02 0.89 0 0.04
HSL 298.91º 0.92% 0.53% -
HSV(B) 298.91º 0.89% 0.96% -
XYZ 53.62 26.27 89.43 -
YUV 115.66 201.56 218.11 -
System Red Green Blue C M Y K H S L
Decimal 242 26 246 0.02 0.89 0 0.04 298.91 0.92 0.53
Hex F2 1A F6 2 59 0 4 12B 5C 35
Octal 362 32 366 2 131 0 4 453 134 65
Binary 11110010 11010 11110110 10 1011001 0 100 100101011 1011100 110101

Color Harmonies of #F21AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21AF6

Black with #F21AF6

Text Example


Text Example

White with #F21AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21AF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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