Html Css Color HEX #F414E0 Hot Magenta

📋 copy color: '#F414E0'

red 244 ◦ green 20 ◦ blue 224

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

Shades of Hot Magenta #F414E0

Tints of Hot Magenta #F414E0

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.1%

 BLUE value IS 224 (87.89% from 255) = 45.9%

R = 50%
G = 4.1%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F414E0 (or 0xF414E0) is known color: Hot Magenta. HEX triplet: F4, 14 and E0. RGB value is (244,20,224). Sum of RGB (Red+Green+Blue) = 244+20+224=488 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50% from 488); Green value is 20 (8.20% from 255 or 4.10% from 488); Blue value is 224 (87.89% from 255 or 45.90% from 488); Max value from RGB is 244 - color contains mainly: red. Hex color #F414E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F414E0 is #0BEB1F. Grayscale: #6D6D6D. Windows color (decimal): -781088 or 14685428. OLE color: 14685428.

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

Color convert

RGB 244 20 224 -
CMYK 0 0.92 0.08 0.04
HSL 305.36º 0.91% 0.52% -
HSV(B) 305.36º 0.92% 0.96% -
XYZ 51.01 25.12 72.68 -
YUV 110.23 192.21 223.41 -
System Red Green Blue C M Y K H S L
Decimal 244 20 224 0 0.92 0.08 0.04 305.36 0.91 0.52
Hex F4 14 E0 0 5C 8 4 131 5B 34
Octal 364 24 340 0 134 10 4 461 133 64
Binary 11110100 10100 11100000 0 1011100 1000 100 100110001 1011011 110100

Color Harmonies of #F414E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F414E0

Black with #F414E0

Text Example


Text Example

White with #F414E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F414E0; }

 p { color: rgb(244,20,224); }

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

background-color css

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

 a { background-color: rgb(244,20,224); }

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

border-color css

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

 span { border-color: rgb(244,20,224); }

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