Html Css Color HEX #FA0AF3 Magenta

📋 copy color: '#FA0AF3'

red 250 ◦ green 10 ◦ blue 243

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

Shades of Magenta #FA0AF3

Tints of Magenta #FA0AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.31%

R = 49.7%
G = 1.99%
B = 48.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA0AF3 (or 0xFA0AF3) is known color: Magenta. HEX triplet: FA, 0A and F3. RGB value is (250,10,243). Sum of RGB (Red+Green+Blue) = 250+10+243=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 10 (4.30% from 255 or 1.99% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0AF3 is #05F50C. Grayscale: #6B6B6B. Windows color (decimal): -390413 or 15928058. OLE color: 15928058.

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

Color convert

RGB 250 10 243 -
CMYK 0 0.96 0.03 0.02
HSL 301.75º 0.96% 0.51% -
HSV(B) 301.75º 0.96% 0.98% -
XYZ 55.71 27.01 87.07 -
YUV 108.32 204.01 229.05 -
System Red Green Blue C M Y K H S L
Decimal 250 10 243 0 0.96 0.03 0.02 301.75 0.96 0.51
Hex FA A F3 0 60 3 2 12E 60 33
Octal 372 12 363 0 140 3 2 456 140 63
Binary 11111010 1010 11110011 0 1100000 11 10 100101110 1100000 110011

Color Harmonies of #FA0AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0AF3

Black with #FA0AF3

Text Example


Text Example

White with #FA0AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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