Html Css Color HEX #F400FA Magenta

📋 copy color: '#F400FA'

red 244 ◦ green 0 ◦ blue 250

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

Shades of Magenta #F400FA

Tints of Magenta #F400FA

RGB

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

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

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

R = 49.39%
G = 0%
B = 50.61%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F400FA (or 0xF400FA) is known color: Magenta. HEX triplet: F4, 00 and FA. RGB value is (244,0,250). Sum of RGB (Red+Green+Blue) = 244+0+250=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 0 (0.39% from 255 or 0% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #F400FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F400FA is #0BFF05. Grayscale: #646464. Windows color (decimal): -786182 or 16384244. OLE color: 16384244.

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

Color convert

RGB 244 0 250 -
CMYK 0.02 1 0 0.02
HSL 298.56º 1% 0.49% -
HSV(B) 298.56º 1% 0.98% -
XYZ 54.56 26.14 92.61 -
YUV 101.46 211.84 229.67 -
System Red Green Blue C M Y K H S L
Decimal 244 0 250 0.02 1 0 0.02 298.56 1 0.49
Hex F4 0 FA 2 64 0 2 12B 64 31
Octal 364 0 372 2 144 0 2 453 144 61
Binary 11110100 0 11111010 10 1100100 0 10 100101011 1100100 110001

Color Harmonies of #F400FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F400FA

Black with #F400FA

Text Example


Text Example

White with #F400FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F400FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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