Html Css Color HEX #F412E7 Magenta

📋 copy color: '#F412E7'

red 244 ◦ green 18 ◦ blue 231

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

Shades of Magenta #F412E7

Tints of Magenta #F412E7

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.65%

 BLUE value IS 231 (90.63% from 255) = 46.86%

R = 49.49%
G = 3.65%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#F412E7 (or 0xF412E7) is known color: Magenta. HEX triplet: F4, 12 and E7. RGB value is (244,18,231). Sum of RGB (Red+Green+Blue) = 244+18+231=493 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.49% from 493); Green value is 18 (7.42% from 255 or 3.65% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 244 - color contains mainly: red. Hex color #F412E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F412E7 is #0BED18. Grayscale: #6D6D6D. Windows color (decimal): -781593 or 15143668. OLE color: 15143668.

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

Color convert

RGB 244 18 231 -
CMYK 0 0.93 0.05 0.04
HSL 303.45º 0.91% 0.51% -
HSV(B) 303.45º 0.93% 0.96% -
XYZ 51.95 25.44 77.77 -
YUV 109.86 196.37 223.68 -
System Red Green Blue C M Y K H S L
Decimal 244 18 231 0 0.93 0.05 0.04 303.45 0.91 0.51
Hex F4 12 E7 0 5D 5 4 12F 5B 33
Octal 364 22 347 0 135 5 4 457 133 63
Binary 11110100 10010 11100111 0 1011101 101 100 100101111 1011011 110011

Color Harmonies of #F412E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F412E7

Black with #F412E7

Text Example


Text Example

White with #F412E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F412E7; }

 p { color: rgb(244,18,231); }

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

background-color css

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

 a { background-color: rgb(244,18,231); }

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

border-color css

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

 span { border-color: rgb(244,18,231); }

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