Html Css Color HEX #F413EA Magenta

📋 copy color: '#F413EA'

red 244 ◦ green 19 ◦ blue 234

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

Shades of Magenta #F413EA

Tints of Magenta #F413EA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.82%

 BLUE value IS 234 (91.8% from 255) = 47.08%

R = 49.09%
G = 3.82%
B = 47.08%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F413EA (or 0xF413EA) is known color: Magenta. HEX triplet: F4, 13 and EA. RGB value is (244,19,234). Sum of RGB (Red+Green+Blue) = 244+19+234=497 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.09% from 497); Green value is 19 (7.81% from 255 or 3.82% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 244 - color contains mainly: red. Hex color #F413EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F413EA is #0BEC15. Grayscale: #6E6E6E. Windows color (decimal): -781334 or 15340532. OLE color: 15340532.

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

Color convert

RGB 244 19 234 -
CMYK 0 0.92 0.04 0.04
HSL 302.67º 0.91% 0.52% -
HSV(B) 302.67º 0.92% 0.96% -
XYZ 52.39 25.64 80.03 -
YUV 110.79 197.54 223.02 -
System Red Green Blue C M Y K H S L
Decimal 244 19 234 0 0.92 0.04 0.04 302.67 0.91 0.52
Hex F4 13 EA 0 5C 4 4 12F 5B 34
Octal 364 23 352 0 134 4 4 457 133 64
Binary 11110100 10011 11101010 0 1011100 100 100 100101111 1011011 110100

Color Harmonies of #F413EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F413EA

Black with #F413EA

Text Example


Text Example

White with #F413EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F413EA; }

 p { color: rgb(244,19,234); }

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

background-color css

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

 a { background-color: rgb(244,19,234); }

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

border-color css

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

 span { border-color: rgb(244,19,234); }

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