Html Css Color HEX #FA0DF9 Magenta

📋 copy color: '#FA0DF9'

red 250 ◦ green 13 ◦ blue 249

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

Shades of Magenta #FA0DF9

Tints of Magenta #FA0DF9

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.54%

 BLUE value IS 249 (97.66% from 255) = 48.63%

R = 48.83%
G = 2.54%
B = 48.63%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FA0DF9 (or 0xFA0DF9) is known color: Magenta. HEX triplet: FA, 0D and F9. RGB value is (250,13,249). Sum of RGB (Red+Green+Blue) = 250+13+249=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 13 (5.47% from 255 or 2.54% from 512); Blue value is 249 (97.66% from 255 or 48.63% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DF9 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0DF9 is #05F206. Grayscale: #6E6E6E. Windows color (decimal): -389639 or 16322042. OLE color: 16322042.

HSL color Cylindrical-coordinate representation of color #FA0DF9: hue angle of 300.25º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0DF9 is Cyan = 0, Magento = 0.95, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 13 249 -
CMYK 0 0.95 0.00 0.02
HSL 300.25º 0.96% 0.52% -
HSV(B) 300.25º 0.95% 0.98% -
XYZ 56.67 27.45 91.93 -
YUV 110.77 206.02 227.31 -
System Red Green Blue C M Y K H S L
Decimal 250 13 249 0 0.95 0.00 0.02 300.25 0.96 0.52
Hex FA D F9 0 5F 0 2 12C 60 34
Octal 372 15 371 0 137 0 2 454 140 64
Binary 11111010 1101 11111001 0 1011111 0 10 100101100 1100000 110100

Color Harmonies of #FA0DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0DF9

Black with #FA0DF9

Text Example


Text Example

White with #FA0DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0DF9; }

 p { color: rgb(250,13,249); }

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

background-color css

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

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

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

border-color css

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

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

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