Html Css Color HEX #F404FF Magenta

📋 copy color: '#F404FF'

red 244 ◦ green 4 ◦ blue 255

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

Shades of Magenta #F404FF

Tints of Magenta #F404FF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.8%

 BLUE value IS 255 (100% from 255) = 50.7%

R = 48.51%
G = 0.8%
B = 50.7%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F404FF (or 0xF404FF) is known color: Magenta. HEX triplet: F4, 04 and FF. RGB value is (244,4,255). Sum of RGB (Red+Green+Blue) = 244+4+255=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 4 (1.95% from 255 or 0.80% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #F404FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F404FF is #0BFB00. Grayscale: #676767. Windows color (decimal): -785153 or 16712948. OLE color: 16712948.

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

Color convert

RGB 244 4 255 -
CMYK 0.04 0.98 0 0
HSL 297.37º 1% 0.51% -
HSV(B) 297.37º 0.98% 1% -
XYZ 55.4 26.54 96.81 -
YUV 104.37 213.01 227.59 -
System Red Green Blue C M Y K H S L
Decimal 244 4 255 0.04 0.98 0 0 297.37 1 0.51
Hex F4 4 FF 4 62 0 0 129 64 33
Octal 364 4 377 4 142 0 0 451 144 63
Binary 11110100 100 11111111 100 1100010 0 0 100101001 1100100 110011

Color Harmonies of #F404FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F404FF

Black with #F404FF

Text Example


Text Example

White with #F404FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F404FF; }

 p { color: rgb(244,4,255); }

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

background-color css

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

 a { background-color: rgb(244,4,255); }

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

border-color css

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

 span { border-color: rgb(244,4,255); }

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