Html Css Color HEX #FA04EC Magenta

📋 copy color: '#FA04EC'

red 250 ◦ green 4 ◦ blue 236

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

Shades of Magenta #FA04EC

Tints of Magenta #FA04EC

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.82%

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 51.02%
G = 0.82%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA04EC (or 0xFA04EC) is known color: Magenta. HEX triplet: FA, 04 and EC. RGB value is (250,4,236). Sum of RGB (Red+Green+Blue) = 250+4+236=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 4 (1.95% from 255 or 0.82% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA04EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA04EC is #05FB13. Grayscale: #676767. Windows color (decimal): -391956 or 15467770. OLE color: 15467770.

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

Color convert

RGB 250 4 236 -
CMYK 0 0.98 0.06 0.02
HSL 303.41º 0.97% 0.5% -
HSV(B) 303.41º 0.98% 0.98% -
XYZ 54.61 26.47 81.59 -
YUV 104 202.5 232.14 -
System Red Green Blue C M Y K H S L
Decimal 250 4 236 0 0.98 0.06 0.02 303.41 0.97 0.5
Hex FA 4 EC 0 62 6 2 12F 61 32
Octal 372 4 354 0 142 6 2 457 141 62
Binary 11111010 100 11101100 0 1100010 110 10 100101111 1100001 110010

Color Harmonies of #FA04EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA04EC

Black with #FA04EC

Text Example


Text Example

White with #FA04EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA04EC; }

 p { color: rgb(250,4,236); }

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

background-color css

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

 a { background-color: rgb(250,4,236); }

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

border-color css

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

 span { border-color: rgb(250,4,236); }

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