Html Css Color HEX #FA1FEC Magenta

📋 copy color: '#FA1FEC'

red 250 ◦ green 31 ◦ blue 236

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

Shades of Magenta #FA1FEC

Tints of Magenta #FA1FEC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6%

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

R = 48.36%
G = 6%
B = 45.65%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#FA1FEC (or 0xFA1FEC) is known color: Magenta. HEX triplet: FA, 1F and EC. RGB value is (250,31,236). Sum of RGB (Red+Green+Blue) = 250+31+236=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 31 (12.5% from 255 or 6.00% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1FEC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1FEC is #05E013. Grayscale: #777777. Windows color (decimal): -385044 or 15474682. OLE color: 15474682.

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

Color convert

RGB 250 31 236 -
CMYK 0 0.88 0.06 0.02
HSL 303.84º 0.96% 0.55% -
HSV(B) 303.84º 0.88% 0.98% -
XYZ 55.05 27.36 81.74 -
YUV 119.85 193.55 220.83 -
System Red Green Blue C M Y K H S L
Decimal 250 31 236 0 0.88 0.06 0.02 303.84 0.96 0.55
Hex FA 1F EC 0 58 6 2 130 60 37
Octal 372 37 354 0 130 6 2 460 140 67
Binary 11111010 11111 11101100 0 1011000 110 10 100110000 1100000 110111

Color Harmonies of #FA1FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1FEC

Black with #FA1FEC

Text Example


Text Example

White with #FA1FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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