Html Css Color HEX #F022F0 Magenta

📋 copy color: '#F022F0'

red 240 ◦ green 34 ◦ blue 240

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

Shades of Magenta #F022F0

Tints of Magenta #F022F0

RGB

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

 GREEN value IS 34 (13.67% from 255) = 6.61%

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

R = 46.69%
G = 6.61%
B = 46.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#F022F0 (or 0xF022F0) is known color: Magenta. HEX triplet: F0, 22 and F0. RGB value is (240,34,240). Sum of RGB (Red+Green+Blue) = 240+34+240=514 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.69% from 514); Green value is 34 (13.67% from 255 or 6.61% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F022F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F022F0 is #0FDD0F. Grayscale: #767676. Windows color (decimal): -1039632 or 15737584. OLE color: 15737584.

HSL color Cylindrical-coordinate representation of color #F022F0: hue angle of 300º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F022F0 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 34 240 -
CMYK 0 0.86 0 0.06
HSL 300º 0.87% 0.54% -
HSV(B) 300º 0.86% 0.94% -
XYZ 52.24 25.96 84.7 -
YUV 119.08 196.25 214.25 -
System Red Green Blue C M Y K H S L
Decimal 240 34 240 0 0.86 0 0.06 300 0.87 0.54
Hex F0 22 F0 0 56 0 6 12C 57 36
Octal 360 42 360 0 126 0 6 454 127 66
Binary 11110000 100010 11110000 0 1010110 0 110 100101100 1010111 110110

Color Harmonies of #F022F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F022F0

Black with #F022F0

Text Example


Text Example

White with #F022F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F022F0; }

 p { color: rgb(240,34,240); }

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

background-color css

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

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

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

border-color css

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

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

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