Html Css Color HEX #F022F6 Magenta

📋 copy color: '#F022F6'

red 240 ◦ green 34 ◦ blue 246

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

Shades of Magenta #F022F6

Tints of Magenta #F022F6

RGB

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

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

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

R = 46.15%
G = 6.54%
B = 47.31%

CMYK

 C value IS 0.02

 M value IS 0.86

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F022F6 (or 0xF022F6) is known color: Magenta. HEX triplet: F0, 22 and F6. RGB value is (240,34,246). Sum of RGB (Red+Green+Blue) = 240+34+246=520 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.15% from 520); Green value is 34 (13.67% from 255 or 6.54% from 520); Blue value is 246 (96.48% from 255 or 47.31% from 520); Max value from RGB is 246 - color contains mainly: blue. Hex color #F022F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F022F6 is #0FDD09. Grayscale: #777777. Windows color (decimal): -1039626 or 16130800. OLE color: 16130800.

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

Color convert

RGB 240 34 246 -
CMYK 0.02 0.86 0 0.04
HSL 298.3º 0.92% 0.55% -
HSV(B) 298.3º 0.86% 0.96% -
XYZ 53.14 26.32 89.47 -
YUV 119.76 199.25 213.76 -
System Red Green Blue C M Y K H S L
Decimal 240 34 246 0.02 0.86 0 0.04 298.3 0.92 0.55
Hex F0 22 F6 2 56 0 4 12A 5C 37
Octal 360 42 366 2 126 0 4 452 134 67
Binary 11110000 100010 11110110 10 1010110 0 100 100101010 1011100 110111

Color Harmonies of #F022F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F022F6

Black with #F022F6

Text Example


Text Example

White with #F022F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F022F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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