Html Css Color HEX #F220FA Magenta

📋 copy color: '#F220FA'

red 242 ◦ green 32 ◦ blue 250

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

Shades of Magenta #F220FA

Tints of Magenta #F220FA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.11%

 BLUE value IS 250 (98.05% from 255) = 47.71%

R = 46.18%
G = 6.11%
B = 47.71%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F220FA (or 0xF220FA) is known color: Magenta. HEX triplet: F2, 20 and FA. RGB value is (242,32,250). Sum of RGB (Red+Green+Blue) = 242+32+250=524 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.18% from 524); Green value is 32 (12.89% from 255 or 6.11% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #F220FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F220FA is #0DDF05. Grayscale: #767676. Windows color (decimal): -909062 or 16392434. OLE color: 16392434.

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

Color convert

RGB 242 32 250 -
CMYK 0.03 0.87 0 0.02
HSL 297.8º 0.96% 0.55% -
HSV(B) 297.8º 0.87% 0.98% -
XYZ 54.39 26.81 92.75 -
YUV 119.64 201.57 215.27 -
System Red Green Blue C M Y K H S L
Decimal 242 32 250 0.03 0.87 0 0.02 297.8 0.96 0.55
Hex F2 20 FA 3 57 0 2 12A 60 37
Octal 362 40 372 3 127 0 2 452 140 67
Binary 11110010 100000 11111010 11 1010111 0 10 100101010 1100000 110111

Color Harmonies of #F220FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F220FA

Black with #F220FA

Text Example


Text Example

White with #F220FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F220FA; }

 p { color: rgb(242,32,250); }

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

background-color css

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

 a { background-color: rgb(242,32,250); }

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

border-color css

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

 span { border-color: rgb(242,32,250); }

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