Html Css Color HEX #FA0DF8 Magenta

📋 copy color: '#FA0DF8'

red 250 ◦ green 13 ◦ blue 248

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

Shades of Magenta #FA0DF8

Tints of Magenta #FA0DF8

RGB

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

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

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

R = 48.92%
G = 2.54%
B = 48.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA0DF8 (or 0xFA0DF8) is known color: Magenta. HEX triplet: FA, 0D and F8. RGB value is (250,13,248). Sum of RGB (Red+Green+Blue) = 250+13+248=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 13 (5.47% from 255 or 2.54% from 511); Blue value is 248 (97.27% from 255 or 48.53% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0DF8 is #05F207. Grayscale: #6D6D6D. Windows color (decimal): -389640 or 16256506. OLE color: 16256506.

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

Color convert

RGB 250 13 248 -
CMYK 0 0.95 0.01 0.02
HSL 300.51º 0.96% 0.52% -
HSV(B) 300.51º 0.95% 0.98% -
XYZ 56.51 27.39 91.12 -
YUV 110.65 205.52 227.39 -
System Red Green Blue C M Y K H S L
Decimal 250 13 248 0 0.95 0.01 0.02 300.51 0.96 0.52
Hex FA D F8 0 5F 1 2 12D 60 34
Octal 372 15 370 0 137 1 2 455 140 64
Binary 11111010 1101 11111000 0 1011111 1 10 100101101 1100000 110100

Color Harmonies of #FA0DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0DF8

Black with #FA0DF8

Text Example


Text Example

White with #FA0DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0DF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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