Html Css Color HEX #FA0AF6 Magenta

📋 copy color: '#FA0AF6'

red 250 ◦ green 10 ◦ blue 246

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

Shades of Magenta #FA0AF6

Tints of Magenta #FA0AF6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 1.98%

 BLUE value IS 246 (96.48% from 255) = 48.62%

R = 49.41%
G = 1.98%
B = 48.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FA0AF6 (or 0xFA0AF6) is known color: Magenta. HEX triplet: FA, 0A and F6. RGB value is (250,10,246). Sum of RGB (Red+Green+Blue) = 250+10+246=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 10 (4.30% from 255 or 1.98% from 506); Blue value is 246 (96.48% from 255 or 48.62% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AF6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0AF6 is #05F509. Grayscale: #6B6B6B. Windows color (decimal): -390410 or 16124666. OLE color: 16124666.

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

Color convert

RGB 250 10 246 -
CMYK 0 0.96 0.02 0.02
HSL 301º 0.96% 0.51% -
HSV(B) 301º 0.96% 0.98% -
XYZ 56.17 27.19 89.48 -
YUV 108.66 205.51 228.81 -
System Red Green Blue C M Y K H S L
Decimal 250 10 246 0 0.96 0.02 0.02 301 0.96 0.51
Hex FA A F6 0 60 2 2 12D 60 33
Octal 372 12 366 0 140 2 2 455 140 63
Binary 11111010 1010 11110110 0 1100000 10 10 100101101 1100000 110011

Color Harmonies of #FA0AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0AF6

Black with #FA0AF6

Text Example


Text Example

White with #FA0AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0AF6; }

 p { color: rgb(250,10,246); }

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

background-color css

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

 a { background-color: rgb(250,10,246); }

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

border-color css

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

 span { border-color: rgb(250,10,246); }

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