Html Css Color HEX #FA0AEE Magenta

📋 copy color: '#FA0AEE'

red 250 ◦ green 10 ◦ blue 238

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

Shades of Magenta #FA0AEE

Tints of Magenta #FA0AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.79%

R = 50.2%
G = 2.01%
B = 47.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FA0AEE (or 0xFA0AEE) is known color: Magenta. HEX triplet: FA, 0A and EE. RGB value is (250,10,238). Sum of RGB (Red+Green+Blue) = 250+10+238=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 10 (4.30% from 255 or 2.01% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0AEE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA0AEE is #05F511. Grayscale: #6B6B6B. Windows color (decimal): -390418 or 15600378. OLE color: 15600378.

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

Color convert

RGB 250 10 238 -
CMYK 0 0.96 0.05 0.02
HSL 303º 0.96% 0.51% -
HSV(B) 303º 0.96% 0.98% -
XYZ 54.97 26.71 83.15 -
YUV 107.75 201.51 229.46 -
System Red Green Blue C M Y K H S L
Decimal 250 10 238 0 0.96 0.05 0.02 303 0.96 0.51
Hex FA A EE 0 60 5 2 12F 60 33
Octal 372 12 356 0 140 5 2 457 140 63
Binary 11111010 1010 11101110 0 1100000 101 10 100101111 1100000 110011

Color Harmonies of #FA0AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0AEE

Black with #FA0AEE

Text Example


Text Example

White with #FA0AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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