Html Css Color HEX #F21DF1 Magenta

📋 copy color: '#F21DF1'

red 242 ◦ green 29 ◦ blue 241

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

Shades of Magenta #F21DF1

Tints of Magenta #F21DF1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.66%

 BLUE value IS 241 (94.53% from 255) = 47.07%

R = 47.27%
G = 5.66%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F21DF1 (or 0xF21DF1) is known color: Magenta. HEX triplet: F2, 1D and F1. RGB value is (242,29,241). Sum of RGB (Red+Green+Blue) = 242+29+241=512 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.27% from 512); Green value is 29 (11.72% from 255 or 5.66% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 242 - color contains mainly: red. Hex color #F21DF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F21DF1 is #0DE20E. Grayscale: #747474. Windows color (decimal): -909839 or 15801842. OLE color: 15801842.

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

Color convert

RGB 242 29 241 -
CMYK 0 0.88 0.00 0.05
HSL 300.28º 0.89% 0.53% -
HSV(B) 300.28º 0.88% 0.95% -
XYZ 52.93 26.11 85.47 -
YUV 116.86 198.07 217.26 -
System Red Green Blue C M Y K H S L
Decimal 242 29 241 0 0.88 0.00 0.05 300.28 0.89 0.53
Hex F2 1D F1 0 58 0 5 12C 59 35
Octal 362 35 361 0 130 0 5 454 131 65
Binary 11110010 11101 11110001 0 1011000 0 101 100101100 1011001 110101

Color Harmonies of #F21DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F21DF1

Black with #F21DF1

Text Example


Text Example

White with #F21DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F21DF1; }

 p { color: rgb(242,29,241); }

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

background-color css

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

 a { background-color: rgb(242,29,241); }

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

border-color css

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

 span { border-color: rgb(242,29,241); }

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