Html Css Color HEX #F220ED Magenta

📋 copy color: '#F220ED'

red 242 ◦ green 32 ◦ blue 237

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

Shades of Magenta #F220ED

Tints of Magenta #F220ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.38%

R = 47.36%
G = 6.26%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#F220ED (or 0xF220ED) is known color: Magenta. HEX triplet: F2, 20 and ED. RGB value is (242,32,237). Sum of RGB (Red+Green+Blue) = 242+32+237=511 (67% of max value = 765). Red value is 242 (94.92% from 255 or 47.36% from 511); Green value is 32 (12.89% from 255 or 6.26% from 511); Blue value is 237 (92.97% from 255 or 46.38% from 511); Max value from RGB is 242 - color contains mainly: red. Hex color #F220ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F220ED is #0DDF12. Grayscale: #757575. Windows color (decimal): -909075 or 15540466. OLE color: 15540466.

HSL color Cylindrical-coordinate representation of color #F220ED: hue angle of 301.43º 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 #F220ED is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 32 237 -
CMYK 0 0.87 0.02 0.05
HSL 301.43º 0.89% 0.54% -
HSV(B) 301.43º 0.87% 0.95% -
XYZ 52.42 26.02 82.38 -
YUV 118.16 195.07 216.33 -
System Red Green Blue C M Y K H S L
Decimal 242 32 237 0 0.87 0.02 0.05 301.43 0.89 0.54
Hex F2 20 ED 0 57 2 5 12D 59 36
Octal 362 40 355 0 127 2 5 455 131 66
Binary 11110010 100000 11101101 0 1010111 10 101 100101101 1011001 110110

Color Harmonies of #F220ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F220ED

Black with #F220ED

Text Example


Text Example

White with #F220ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F220ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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