Html Css Color HEX #F424F5 Magenta

📋 copy color: '#F424F5'

red 244 ◦ green 36 ◦ blue 245

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

Shades of Magenta #F424F5

Tints of Magenta #F424F5

RGB

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

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

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

R = 46.48%
G = 6.86%
B = 46.67%

CMYK

 C value IS 0.00

 M value IS 0.85

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#F424F5 (or 0xF424F5) is known color: Magenta. HEX triplet: F4, 24 and F5. RGB value is (244,36,245). Sum of RGB (Red+Green+Blue) = 244+36+245=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 36 (14.45% from 255 or 6.86% from 525); Blue value is 245 (96.09% from 255 or 46.67% from 525); Max value from RGB is 245 - color contains mainly: blue. Hex color #F424F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F424F5 is #0BDB0A. Grayscale: #797979. Windows color (decimal): -776971 or 16065780. OLE color: 16065780.

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

Color convert

RGB 244 36 245 -
CMYK 0.00 0.85 0 0.04
HSL 299.71º 0.91% 0.55% -
HSV(B) 299.71º 0.85% 0.96% -
XYZ 54.42 27.09 88.75 -
YUV 122.02 197.41 215.01 -
System Red Green Blue C M Y K H S L
Decimal 244 36 245 0.00 0.85 0 0.04 299.71 0.91 0.55
Hex F4 24 F5 0 55 0 4 12C 5B 37
Octal 364 44 365 0 125 0 4 454 133 67
Binary 11110100 100100 11110101 0 1010101 0 100 100101100 1011011 110111

Color Harmonies of #F424F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F424F5

Black with #F424F5

Text Example


Text Example

White with #F424F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F424F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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