Html Css Color HEX #F220F0 Magenta

📋 copy color: '#F220F0'

red 242 ◦ green 32 ◦ blue 240

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

Shades of Magenta #F220F0

Tints of Magenta #F220F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 46.69%

R = 47.08%
G = 6.23%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#F220F0 (or 0xF220F0) is known color: Magenta. HEX triplet: F2, 20 and F0. RGB value is (242,32,240). Sum of RGB (Red+Green+Blue) = 242+32+240=514 (68% of max value = 765). Red value is 242 (94.92% from 255 or 47.08% from 514); Green value is 32 (12.89% from 255 or 6.23% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 242 - color contains mainly: red. Hex color #F220F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F220F0 is #0DDF0F. Grayscale: #757575. Windows color (decimal): -909072 or 15737074. OLE color: 15737074.

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

Color convert

RGB 242 32 240 -
CMYK 0 0.87 0.01 0.05
HSL 300.57º 0.89% 0.54% -
HSV(B) 300.57º 0.87% 0.95% -
XYZ 52.86 26.2 84.71 -
YUV 118.5 196.57 216.09 -
System Red Green Blue C M Y K H S L
Decimal 242 32 240 0 0.87 0.01 0.05 300.57 0.89 0.54
Hex F2 20 F0 0 57 1 5 12D 59 36
Octal 362 40 360 0 127 1 5 455 131 66
Binary 11110010 100000 11110000 0 1010111 1 101 100101101 1011001 110110

Color Harmonies of #F220F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F220F0

Black with #F220F0

Text Example


Text Example

White with #F220F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F220F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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