Html Css Color HEX #FA00FA Magenta

📋 copy color: '#FA00FA'

red 250 ◦ green 0 ◦ blue 250

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

Shades of Magenta #FA00FA

Tints of Magenta #FA00FA

RGB

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

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

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FA00FA (or 0xFA00FA) is known color: Magenta. HEX triplet: FA, 00 and FA. RGB value is (250,0,250). Sum of RGB (Red+Green+Blue) = 250+0+250=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 0 (0.39% from 255 or 0% from 500); Blue value is 250 (98.05% from 255 or 50% from 500); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA00FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA00FA is #05FF05. Grayscale: #666666. Windows color (decimal): -392966 or 16384250. OLE color: 16384250.

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

Color convert

RGB 250 0 250 -
CMYK 0 1 0 0.02
HSL 300º 1% 0.49% -
HSV(B) 300º 1% 0.98% -
XYZ 56.68 27.23 92.71 -
YUV 103.25 210.83 232.67 -
System Red Green Blue C M Y K H S L
Decimal 250 0 250 0 1 0 0.02 300 1 0.49
Hex FA 0 FA 0 64 0 2 12C 64 31
Octal 372 0 372 0 144 0 2 454 144 61
Binary 11111010 0 11111010 0 1100100 0 10 100101100 1100100 110001

Color Harmonies of #FA00FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA00FA

Black with #FA00FA

Text Example


Text Example

White with #FA00FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA00FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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