Html Css Color HEX #F221F6 Magenta

📋 copy color: '#F221F6'

red 242 ◦ green 33 ◦ blue 246

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

Shades of Magenta #F221F6

Tints of Magenta #F221F6

RGB

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

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

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

R = 46.45%
G = 6.33%
B = 47.22%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F221F6 (or 0xF221F6) is known color: Magenta. HEX triplet: F2, 21 and F6. RGB value is (242,33,246). Sum of RGB (Red+Green+Blue) = 242+33+246=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 33 (13.28% from 255 or 6.33% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #F221F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F221F6 is #0DDE09. Grayscale: #777777. Windows color (decimal): -908810 or 16130546. OLE color: 16130546.

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

Color convert

RGB 242 33 246 -
CMYK 0.02 0.87 0 0.04
HSL 298.87º 0.92% 0.55% -
HSV(B) 298.87º 0.87% 0.96% -
XYZ 53.8 26.62 89.49 -
YUV 119.77 199.24 215.18 -
System Red Green Blue C M Y K H S L
Decimal 242 33 246 0.02 0.87 0 0.04 298.87 0.92 0.55
Hex F2 21 F6 2 57 0 4 12B 5C 37
Octal 362 41 366 2 127 0 4 453 134 67
Binary 11110010 100001 11110110 10 1010111 0 100 100101011 1011100 110111

Color Harmonies of #F221F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F221F6

Black with #F221F6

Text Example


Text Example

White with #F221F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F221F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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