Html Css Color HEX #F410E7 Magenta

📋 copy color: '#F410E7'

red 244 ◦ green 16 ◦ blue 231

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

Shades of Magenta #F410E7

Tints of Magenta #F410E7

RGB

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

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

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

R = 49.69%
G = 3.26%
B = 47.05%

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

#F410E7 (or 0xF410E7) is known color: Magenta. HEX triplet: F4, 10 and E7. RGB value is (244,16,231). Sum of RGB (Red+Green+Blue) = 244+16+231=491 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.69% from 491); Green value is 16 (6.64% from 255 or 3.26% from 491); Blue value is 231 (90.62% from 255 or 47.05% from 491); Max value from RGB is 244 - color contains mainly: red. Hex color #F410E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F410E7 is #0BEF18. Grayscale: #6C6C6C. Windows color (decimal): -782105 or 15143156. OLE color: 15143156.

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

Color convert

RGB 244 16 231 -
CMYK 0 0.93 0.05 0.04
HSL 303.42º 0.91% 0.51% -
HSV(B) 303.42º 0.93% 0.96% -
XYZ 51.92 25.37 77.76 -
YUV 108.68 197.04 224.52 -
System Red Green Blue C M Y K H S L
Decimal 244 16 231 0 0.93 0.05 0.04 303.42 0.91 0.51
Hex F4 10 E7 0 5D 5 4 12F 5B 33
Octal 364 20 347 0 135 5 4 457 133 63
Binary 11110100 10000 11100111 0 1011101 101 100 100101111 1011011 110011

Color Harmonies of #F410E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F410E7

Black with #F410E7

Text Example


Text Example

White with #F410E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F410E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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