Html Css Color HEX #F424EE Magenta

📋 copy color: '#F424EE'

red 244 ◦ green 36 ◦ blue 238

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

Shades of Magenta #F424EE

Tints of Magenta #F424EE

RGB

 RED value IS 244 (95.7% from 255) = 47.1%

 GREEN value IS 36 (14.45% from 255) = 6.95%

 BLUE value IS 238 (93.36% from 255) = 45.95%

R = 47.1%
G = 6.95%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F424EE (or 0xF424EE) is known color: Magenta. HEX triplet: F4, 24 and EE. RGB value is (244,36,238). Sum of RGB (Red+Green+Blue) = 244+36+238=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 36 (14.45% from 255 or 6.95% from 518); Blue value is 238 (93.36% from 255 or 45.95% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F424EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F424EE is #0BDB11. Grayscale: #787878. Windows color (decimal): -776978 or 15607028. OLE color: 15607028.

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

Color convert

RGB 244 36 238 -
CMYK 0 0.85 0.02 0.04
HSL 301.73º 0.9% 0.55% -
HSV(B) 301.73º 0.85% 0.96% -
XYZ 53.37 26.67 83.22 -
YUV 121.22 193.91 215.57 -
System Red Green Blue C M Y K H S L
Decimal 244 36 238 0 0.85 0.02 0.04 301.73 0.9 0.55
Hex F4 24 EE 0 55 2 4 12E 5A 37
Octal 364 44 356 0 125 2 4 456 132 67
Binary 11110100 100100 11101110 0 1010101 10 100 100101110 1011010 110111

Color Harmonies of #F424EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F424EE

Black with #F424EE

Text Example


Text Example

White with #F424EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F424EE; }

 p { color: rgb(244,36,238); }

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

background-color css

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

 a { background-color: rgb(244,36,238); }

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

border-color css

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

 span { border-color: rgb(244,36,238); }

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