Html Css Color HEX #F400EA Magenta

📋 copy color: '#F400EA'

red 244 ◦ green 0 ◦ blue 234

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

Shades of Magenta #F400EA

Tints of Magenta #F400EA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.05%
G = 0%
B = 48.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F400EA (or 0xF400EA) is known color: Magenta. HEX triplet: F4, 00 and EA. RGB value is (244,0,234). Sum of RGB (Red+Green+Blue) = 244+0+234=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 0 (0.39% from 255 or 0% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F400EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F400EA is #0BFF15. Grayscale: #626262. Windows color (decimal): -786198 or 15335668. OLE color: 15335668.

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

Color convert

RGB 244 0 234 -
CMYK 0 1 0.04 0.04
HSL 302.46º 1% 0.48% -
HSV(B) 302.46º 1% 0.96% -
XYZ 52.16 25.17 79.95 -
YUV 99.63 203.84 230.97 -
System Red Green Blue C M Y K H S L
Decimal 244 0 234 0 1 0.04 0.04 302.46 1 0.48
Hex F4 0 EA 0 64 4 4 12E 64 30
Octal 364 0 352 0 144 4 4 456 144 60
Binary 11110100 0 11101010 0 1100100 100 100 100101110 1100100 110000

Color Harmonies of #F400EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F400EA

Black with #F400EA

Text Example


Text Example

White with #F400EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F400EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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