Html Css Color HEX #FA0AF7 Magenta

📋 copy color: '#FA0AF7'

red 250 ◦ green 10 ◦ blue 247

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

Shades of Magenta #FA0AF7

Tints of Magenta #FA0AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.72%

R = 49.31%
G = 1.97%
B = 48.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA0AF7 (or 0xFA0AF7) is known color: Magenta. HEX triplet: FA, 0A and F7. RGB value is (250,10,247). Sum of RGB (Red+Green+Blue) = 250+10+247=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 10 (4.30% from 255 or 1.97% from 507); Blue value is 247 (96.88% from 255 or 48.72% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0AF7 is #05F508. Grayscale: #6C6C6C. Windows color (decimal): -390409 or 16190202. OLE color: 16190202.

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

Color convert

RGB 250 10 247 -
CMYK 0 0.96 0.01 0.02
HSL 300.75º 0.96% 0.51% -
HSV(B) 300.75º 0.96% 0.98% -
XYZ 56.32 27.26 90.29 -
YUV 108.78 206.01 228.73 -
System Red Green Blue C M Y K H S L
Decimal 250 10 247 0 0.96 0.01 0.02 300.75 0.96 0.51
Hex FA A F7 0 60 1 2 12D 60 33
Octal 372 12 367 0 140 1 2 455 140 63
Binary 11111010 1010 11110111 0 1100000 1 10 100101101 1100000 110011

Color Harmonies of #FA0AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0AF7

Black with #FA0AF7

Text Example


Text Example

White with #FA0AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0AF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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