Html Css Color HEX #F410ED Magenta

📋 copy color: '#F410ED'

red 244 ◦ green 16 ◦ blue 237

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

Shades of Magenta #F410ED

Tints of Magenta #F410ED

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.22%

 BLUE value IS 237 (92.97% from 255) = 47.69%

R = 49.09%
G = 3.22%
B = 47.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#F410ED (or 0xF410ED) is known color: Magenta. HEX triplet: F4, 10 and ED. RGB value is (244,16,237). Sum of RGB (Red+Green+Blue) = 244+16+237=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 16 (6.64% from 255 or 3.22% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F410ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F410ED is #0BEF12. Grayscale: #6C6C6C. Windows color (decimal): -782099 or 15536372. OLE color: 15536372.

HSL color Cylindrical-coordinate representation of color #F410ED: hue angle of 301.84º 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 #F410ED is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 16 237 -
CMYK 0 0.93 0.03 0.04
HSL 301.84º 0.91% 0.51% -
HSV(B) 301.84º 0.93% 0.96% -
XYZ 52.78 25.72 82.3 -
YUV 109.37 200.04 224.03 -
System Red Green Blue C M Y K H S L
Decimal 244 16 237 0 0.93 0.03 0.04 301.84 0.91 0.51
Hex F4 10 ED 0 5D 3 4 12E 5B 33
Octal 364 20 355 0 135 3 4 456 133 63
Binary 11110100 10000 11101101 0 1011101 11 100 100101110 1011011 110011

Color Harmonies of #F410ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F410ED

Black with #F410ED

Text Example


Text Example

White with #F410ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F410ED; }

 p { color: rgb(244,16,237); }

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

background-color css

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

 a { background-color: rgb(244,16,237); }

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

border-color css

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

 span { border-color: rgb(244,16,237); }

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