Html Css Color HEX #FA01EA Magenta

📋 copy color: '#FA01EA'

red 250 ◦ green 1 ◦ blue 234

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

Shades of Magenta #FA01EA

Tints of Magenta #FA01EA

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.21%

 BLUE value IS 234 (91.8% from 255) = 48.25%

R = 51.55%
G = 0.21%
B = 48.25%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA01EA (or 0xFA01EA) is known color: Magenta. HEX triplet: FA, 01 and EA. RGB value is (250,1,234). Sum of RGB (Red+Green+Blue) = 250+1+234=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 1 (0.78% from 255 or 0.21% from 485); Blue value is 234 (91.80% from 255 or 48.25% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA01EA is #05FE15. Grayscale: #656565. Windows color (decimal): -392726 or 15335930. OLE color: 15335930.

HSL color Cylindrical-coordinate representation of color #FA01EA: hue angle of 303.86º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA01EA is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 1 234 -
CMYK 0 1.00 0.06 0.02
HSL 303.86º 0.99% 0.49% -
HSV(B) 303.86º 1% 0.98% -
XYZ 54.29 26.29 80.05 -
YUV 102.01 202.49 233.55 -
System Red Green Blue C M Y K H S L
Decimal 250 1 234 0 1.00 0.06 0.02 303.86 0.99 0.49
Hex FA 1 EA 0 64 6 2 130 63 31
Octal 372 1 352 0 144 6 2 460 143 61
Binary 11111010 1 11101010 0 1100100 110 10 100110000 1100011 110001

Color Harmonies of #FA01EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA01EA

Black with #FA01EA

Text Example


Text Example

White with #FA01EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA01EA; }

 p { color: rgb(250,1,234); }

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

background-color css

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

 a { background-color: rgb(250,1,234); }

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

border-color css

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

 span { border-color: rgb(250,1,234); }

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