Html Css Color HEX #FA01F8 Magenta

📋 copy color: '#FA01F8'

red 250 ◦ green 1 ◦ blue 248

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

Shades of Magenta #FA01F8

Tints of Magenta #FA01F8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.2%

 BLUE value IS 248 (97.27% from 255) = 49.7%

R = 50.1%
G = 0.2%
B = 49.7%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA01F8 (or 0xFA01F8) is known color: Magenta. HEX triplet: FA, 01 and F8. RGB value is (250,1,248). Sum of RGB (Red+Green+Blue) = 250+1+248=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 1 (0.78% from 255 or 0.20% from 499); Blue value is 248 (97.27% from 255 or 49.70% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA01F8 is #05FE07. Grayscale: #666666. Windows color (decimal): -392712 or 16253434. OLE color: 16253434.

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

Color convert

RGB 250 1 248 -
CMYK 0 1.00 0.01 0.02
HSL 300.48º 0.99% 0.49% -
HSV(B) 300.48º 1% 0.98% -
XYZ 56.38 27.12 91.07 -
YUV 103.61 209.49 232.42 -
System Red Green Blue C M Y K H S L
Decimal 250 1 248 0 1.00 0.01 0.02 300.48 0.99 0.49
Hex FA 1 F8 0 64 1 2 12C 63 31
Octal 372 1 370 0 144 1 2 454 143 61
Binary 11111010 1 11111000 0 1100100 1 10 100101100 1100011 110001

Color Harmonies of #FA01F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA01F8

Black with #FA01F8

Text Example


Text Example

White with #FA01F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA01F8; }

 p { color: rgb(250,1,248); }

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

background-color css

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

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

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

border-color css

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

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

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