Html Css Color HEX #FA07EC Magenta

📋 copy color: '#FA07EC'

red 250 ◦ green 7 ◦ blue 236

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

Shades of Magenta #FA07EC

Tints of Magenta #FA07EC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.42%

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

R = 50.71%
G = 1.42%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA07EC (or 0xFA07EC) is known color: Magenta. HEX triplet: FA, 07 and EC. RGB value is (250,7,236). Sum of RGB (Red+Green+Blue) = 250+7+236=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 7 (3.12% from 255 or 1.42% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA07EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA07EC is #05F813. Grayscale: #696969. Windows color (decimal): -391188 or 15468538. OLE color: 15468538.

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

Color convert

RGB 250 7 236 -
CMYK 0 0.97 0.06 0.02
HSL 303.46º 0.96% 0.5% -
HSV(B) 303.46º 0.97% 0.98% -
XYZ 54.64 26.53 81.6 -
YUV 105.76 201.51 230.88 -
System Red Green Blue C M Y K H S L
Decimal 250 7 236 0 0.97 0.06 0.02 303.46 0.96 0.5
Hex FA 7 EC 0 61 6 2 12F 60 32
Octal 372 7 354 0 141 6 2 457 140 62
Binary 11111010 111 11101100 0 1100001 110 10 100101111 1100000 110010

Color Harmonies of #FA07EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA07EC

Black with #FA07EC

Text Example


Text Example

White with #FA07EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA07EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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