Html Css Color HEX #F21ADD Hot Magenta

📋 copy color: '#F21ADD'

red 242 ◦ green 26 ◦ blue 221

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

Shades of Hot Magenta #F21ADD

Tints of Hot Magenta #F21ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.19%

R = 49.49%
G = 5.32%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F21ADD (or 0xF21ADD) is known color: Hot Magenta. HEX triplet: F2, 1A and DD. RGB value is (242,26,221). Sum of RGB (Red+Green+Blue) = 242+26+221=489 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.49% from 489); Green value is 26 (10.55% from 255 or 5.32% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 242 - color contains mainly: red. Hex color #F21ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F21ADD is #0DE522. Grayscale: #707070. Windows color (decimal): -910627 or 14490354. OLE color: 14490354.

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

Color convert

RGB 242 26 221 -
CMYK 0 0.89 0.09 0.05
HSL 305.83º 0.89% 0.53% -
HSV(B) 305.83º 0.89% 0.95% -
XYZ 50.04 24.84 70.56 -
YUV 112.81 189.06 220.14 -
System Red Green Blue C M Y K H S L
Decimal 242 26 221 0 0.89 0.09 0.05 305.83 0.89 0.53
Hex F2 1A DD 0 59 9 5 132 59 35
Octal 362 32 335 0 131 11 5 462 131 65
Binary 11110010 11010 11011101 0 1011001 1001 101 100110010 1011001 110101

Color Harmonies of #F21ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21ADD

Black with #F21ADD

Text Example


Text Example

White with #F21ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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