Html Css Color HEX #F21AE0 Hot Magenta

📋 copy color: '#F21AE0'

red 242 ◦ green 26 ◦ blue 224

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

Shades of Hot Magenta #F21AE0

Tints of Hot Magenta #F21AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 45.53%

R = 49.19%
G = 5.28%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F21AE0 (or 0xF21AE0) is known color: Hot Magenta. HEX triplet: F2, 1A and E0. RGB value is (242,26,224). Sum of RGB (Red+Green+Blue) = 242+26+224=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 26 (10.55% from 255 or 5.28% from 492); Blue value is 224 (87.89% from 255 or 45.53% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F21AE0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21AE0 is #0DE51F. Grayscale: #707070. Windows color (decimal): -910624 or 14686962. OLE color: 14686962.

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

Color convert

RGB 242 26 224 -
CMYK 0 0.89 0.07 0.05
HSL 305º 0.89% 0.53% -
HSV(B) 305º 0.89% 0.95% -
XYZ 50.44 25 72.69 -
YUV 113.16 190.56 219.9 -
System Red Green Blue C M Y K H S L
Decimal 242 26 224 0 0.89 0.07 0.05 305 0.89 0.53
Hex F2 1A E0 0 59 7 5 131 59 35
Octal 362 32 340 0 131 7 5 461 131 65
Binary 11110010 11010 11100000 0 1011001 111 101 100110001 1011001 110101

Color Harmonies of #F21AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21AE0

Black with #F21AE0

Text Example


Text Example

White with #F21AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21AE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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