Html Css Color HEX #F022F5 Magenta

📋 copy color: '#F022F5'

red 240 ◦ green 34 ◦ blue 245

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

Shades of Magenta #F022F5

Tints of Magenta #F022F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 47.21%

R = 46.24%
G = 6.55%
B = 47.21%

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

#F022F5 (or 0xF022F5) is known color: Magenta. HEX triplet: F0, 22 and F5. RGB value is (240,34,245). Sum of RGB (Red+Green+Blue) = 240+34+245=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 34 (13.67% from 255 or 6.55% from 519); Blue value is 245 (96.09% from 255 or 47.21% from 519); Max value from RGB is 245 - color contains mainly: blue. Hex color #F022F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F022F5 is #0FDD0A. Grayscale: #777777. Windows color (decimal): -1039627 or 16065264. OLE color: 16065264.

HSL color Cylindrical-coordinate representation of color #F022F5: hue angle of 298.58º degrees, saturation: 0.91, 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 #F022F5 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 240 34 245 -
CMYK 0.02 0.86 0 0.04
HSL 298.58º 0.91% 0.55% -
HSV(B) 298.58º 0.86% 0.96% -
XYZ 52.99 26.26 88.66 -
YUV 119.65 198.75 213.84 -
System Red Green Blue C M Y K H S L
Decimal 240 34 245 0.02 0.86 0 0.04 298.58 0.91 0.55
Hex F0 22 F5 2 56 0 4 12B 5B 37
Octal 360 42 365 2 126 0 4 453 133 67
Binary 11110000 100010 11110101 10 1010110 0 100 100101011 1011011 110111

Color Harmonies of #F022F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F022F5

Black with #F022F5

Text Example


Text Example

White with #F022F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F022F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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