Html Css Color HEX #FA00FC Magenta

📋 copy color: '#FA00FC'

red 250 ◦ green 0 ◦ blue 252

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

Shades of Magenta #FA00FC

Tints of Magenta #FA00FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.2%

R = 49.8%
G = 0%
B = 50.2%

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

#FA00FC (or 0xFA00FC) is known color: Magenta. HEX triplet: FA, 00 and FC. RGB value is (250,0,252). Sum of RGB (Red+Green+Blue) = 250+0+252=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 0 (0.39% from 255 or 0% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA00FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA00FC is #05FF03. Grayscale: #666666. Windows color (decimal): -392964 or 16515322. OLE color: 16515322.

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

Color convert

RGB 250 0 252 -
CMYK 0.01 1 0 0.01
HSL 299.52º 1% 0.49% -
HSV(B) 299.52º 1% 0.99% -
XYZ 57 27.35 94.37 -
YUV 103.48 211.83 232.51 -
System Red Green Blue C M Y K H S L
Decimal 250 0 252 0.01 1 0 0.01 299.52 1 0.49
Hex FA 0 FC 1 64 0 1 12C 64 31
Octal 372 0 374 1 144 0 1 454 144 61
Binary 11111010 0 11111100 1 1100100 0 1 100101100 1100100 110001

Color Harmonies of #FA00FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA00FC

Black with #FA00FC

Text Example


Text Example

White with #FA00FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA00FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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