Html Css Color HEX #F406FF Magenta

📋 copy color: '#F406FF'

red 244 ◦ green 6 ◦ blue 255

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

Shades of Magenta #F406FF

Tints of Magenta #F406FF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.19%

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

R = 48.32%
G = 1.19%
B = 50.5%

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

#F406FF (or 0xF406FF) is known color: Magenta. HEX triplet: F4, 06 and FF. RGB value is (244,6,255). Sum of RGB (Red+Green+Blue) = 244+6+255=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 6 (2.73% from 255 or 1.19% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #F406FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F406FF is #0BF900. Grayscale: #686868. Windows color (decimal): -784641 or 16713460. OLE color: 16713460.

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

Color convert

RGB 244 6 255 -
CMYK 0.04 0.98 0 0
HSL 297.35º 1% 0.51% -
HSV(B) 297.35º 0.98% 1% -
XYZ 55.42 26.58 96.82 -
YUV 105.55 212.35 226.75 -
System Red Green Blue C M Y K H S L
Decimal 244 6 255 0.04 0.98 0 0 297.35 1 0.51
Hex F4 6 FF 4 62 0 0 129 64 33
Octal 364 6 377 4 142 0 0 451 144 63
Binary 11110100 110 11111111 100 1100010 0 0 100101001 1100100 110011

Color Harmonies of #F406FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F406FF

Black with #F406FF

Text Example


Text Example

White with #F406FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F406FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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