Html Css Color HEX #FA00F8 Magenta

📋 copy color: '#FA00F8'

red 250 ◦ green 0 ◦ blue 248

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

Shades of Magenta #FA00F8

Tints of Magenta #FA00F8

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA00F8 (or 0xFA00F8) is known color: Magenta. HEX triplet: FA, 00 and F8. RGB value is (250,0,248). Sum of RGB (Red+Green+Blue) = 250+0+248=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 0 (0.39% from 255 or 0% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA00F8 is #05FF07. Grayscale: #666666. Windows color (decimal): -392968 or 16253178. OLE color: 16253178.

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

Color convert

RGB 250 0 248 -
CMYK 0 1 0.01 0.02
HSL 300.48º 1% 0.49% -
HSV(B) 300.48º 1% 0.98% -
XYZ 56.37 27.1 91.07 -
YUV 103.02 209.83 232.83 -
System Red Green Blue C M Y K H S L
Decimal 250 0 248 0 1 0.01 0.02 300.48 1 0.49
Hex FA 0 F8 0 64 1 2 12C 64 31
Octal 372 0 370 0 144 1 2 454 144 61
Binary 11111010 0 11111000 0 1100100 1 10 100101100 1100100 110001

Color Harmonies of #FA00F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA00F8

Black with #FA00F8

Text Example


Text Example

White with #FA00F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA00F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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