Html Css Color HEX #FA13EC Magenta

📋 copy color: '#FA13EC'

red 250 ◦ green 19 ◦ blue 236

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

Shades of Magenta #FA13EC

Tints of Magenta #FA13EC

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.76%

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

R = 49.5%
G = 3.76%
B = 46.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA13EC (or 0xFA13EC) is known color: Magenta. HEX triplet: FA, 13 and EC. RGB value is (250,19,236). Sum of RGB (Red+Green+Blue) = 250+19+236=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 19 (7.81% from 255 or 3.76% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA13EC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA13EC is #05EC13. Grayscale: #707070. Windows color (decimal): -388116 or 15471610. OLE color: 15471610.

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

Color convert

RGB 250 19 236 -
CMYK 0 0.92 0.06 0.02
HSL 303.64º 0.96% 0.53% -
HSV(B) 303.64º 0.92% 0.98% -
XYZ 54.8 26.85 81.65 -
YUV 112.81 197.53 225.86 -
System Red Green Blue C M Y K H S L
Decimal 250 19 236 0 0.92 0.06 0.02 303.64 0.96 0.53
Hex FA 13 EC 0 5C 6 2 130 60 35
Octal 372 23 354 0 134 6 2 460 140 65
Binary 11111010 10011 11101100 0 1011100 110 10 100110000 1100000 110101

Color Harmonies of #FA13EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA13EC

Black with #FA13EC

Text Example


Text Example

White with #FA13EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA13EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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