Html Css Color HEX #FA06EC Magenta

📋 copy color: '#FA06EC'

red 250 ◦ green 6 ◦ blue 236

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

Shades of Magenta #FA06EC

Tints of Magenta #FA06EC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.22%

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

R = 50.81%
G = 1.22%
B = 47.97%

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

#FA06EC (or 0xFA06EC) is known color: Magenta. HEX triplet: FA, 06 and EC. RGB value is (250,6,236). Sum of RGB (Red+Green+Blue) = 250+6+236=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 6 (2.73% from 255 or 1.22% from 492); Blue value is 236 (92.58% from 255 or 47.97% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA06EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA06EC is #05F913. Grayscale: #686868. Windows color (decimal): -391444 or 15468282. OLE color: 15468282.

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

Color convert

RGB 250 6 236 -
CMYK 0 0.98 0.06 0.02
HSL 303.44º 0.96% 0.5% -
HSV(B) 303.44º 0.98% 0.98% -
XYZ 54.63 26.51 81.59 -
YUV 105.18 201.84 231.3 -
System Red Green Blue C M Y K H S L
Decimal 250 6 236 0 0.98 0.06 0.02 303.44 0.96 0.5
Hex FA 6 EC 0 62 6 2 12F 60 32
Octal 372 6 354 0 142 6 2 457 140 62
Binary 11111010 110 11101100 0 1100010 110 10 100101111 1100000 110010

Color Harmonies of #FA06EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA06EC

Black with #FA06EC

Text Example


Text Example

White with #FA06EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA06EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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