Html Css Color HEX #F221EF Magenta

📋 copy color: '#F221EF'

red 242 ◦ green 33 ◦ blue 239

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

Shades of Magenta #F221EF

Tints of Magenta #F221EF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.42%

 BLUE value IS 239 (93.75% from 255) = 46.5%

R = 47.08%
G = 6.42%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F221EF (or 0xF221EF) is known color: Magenta. HEX triplet: F2, 21 and EF. RGB value is (242,33,239). Sum of RGB (Red+Green+Blue) = 242+33+239=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 33 (13.28% from 255 or 6.42% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F221EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F221EF is #0DDE10. Grayscale: #767676. Windows color (decimal): -908817 or 15671794. OLE color: 15671794.

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

Color convert

RGB 242 33 239 -
CMYK 0 0.86 0.01 0.05
HSL 300.86º 0.89% 0.54% -
HSV(B) 300.86º 0.86% 0.95% -
XYZ 52.74 26.2 83.94 -
YUV 118.98 195.74 215.75 -
System Red Green Blue C M Y K H S L
Decimal 242 33 239 0 0.86 0.01 0.05 300.86 0.89 0.54
Hex F2 21 EF 0 56 1 5 12D 59 36
Octal 362 41 357 0 126 1 5 455 131 66
Binary 11110010 100001 11101111 0 1010110 1 101 100101101 1011001 110110

Color Harmonies of #F221EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F221EF

Black with #F221EF

Text Example


Text Example

White with #F221EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F221EF; }

 p { color: rgb(242,33,239); }

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

background-color css

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

 a { background-color: rgb(242,33,239); }

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

border-color css

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

 span { border-color: rgb(242,33,239); }

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