Html Css Color HEX #FA00FD Magenta

📋 copy color: '#FA00FD'

red 250 ◦ green 0 ◦ blue 253

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

Shades of Magenta #FA00FD

Tints of Magenta #FA00FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.3%

R = 49.7%
G = 0%
B = 50.3%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FA00FD (or 0xFA00FD) is known color: Magenta. HEX triplet: FA, 00 and FD. RGB value is (250,0,253). Sum of RGB (Red+Green+Blue) = 250+0+253=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 0 (0.39% from 255 or 0% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA00FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA00FD is #05FF02. Grayscale: #666666. Windows color (decimal): -392963 or 16580858. OLE color: 16580858.

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

Color convert

RGB 250 0 253 -
CMYK 0.01 1 0 0.01
HSL 299.29º 1% 0.5% -
HSV(B) 299.29º 1% 0.99% -
XYZ 57.15 27.42 95.21 -
YUV 103.59 212.33 232.43 -
System Red Green Blue C M Y K H S L
Decimal 250 0 253 0.01 1 0 0.01 299.29 1 0.5
Hex FA 0 FD 1 64 0 1 12B 64 32
Octal 372 0 375 1 144 0 1 453 144 62
Binary 11111010 0 11111101 1 1100100 0 1 100101011 1100100 110010

Color Harmonies of #FA00FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA00FD

Black with #FA00FD

Text Example


Text Example

White with #FA00FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA00FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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