Html Css Color HEX #F406FA Magenta

📋 copy color: '#F406FA'

red 244 ◦ green 6 ◦ blue 250

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

Shades of Magenta #F406FA

Tints of Magenta #F406FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50%

R = 48.8%
G = 1.2%
B = 50%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F406FA (or 0xF406FA) is known color: Magenta. HEX triplet: F4, 06 and FA. RGB value is (244,6,250). Sum of RGB (Red+Green+Blue) = 244+6+250=500 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.8% from 500); Green value is 6 (2.73% from 255 or 1.2% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: blue. Hex color #F406FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F406FA is #0BF905. Grayscale: #686868. Windows color (decimal): -784646 or 16385780. OLE color: 16385780.

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

Color convert

RGB 244 6 250 -
CMYK 0.02 0.98 0 0.02
HSL 298.52º 0.96% 0.5% -
HSV(B) 298.52º 0.98% 0.98% -
XYZ 54.63 26.27 92.63 -
YUV 104.98 209.85 227.16 -
System Red Green Blue C M Y K H S L
Decimal 244 6 250 0.02 0.98 0 0.02 298.52 0.96 0.5
Hex F4 6 FA 2 62 0 2 12B 60 32
Octal 364 6 372 2 142 0 2 453 140 62
Binary 11110100 110 11111010 10 1100010 0 10 100101011 1100000 110010

Color Harmonies of #F406FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F406FA

Black with #F406FA

Text Example


Text Example

White with #F406FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F406FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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