Html Css Color HEX #FA1FEF Magenta

📋 copy color: '#FA1FEF'

red 250 ◦ green 31 ◦ blue 239

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

Shades of Magenta #FA1FEF

Tints of Magenta #FA1FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.96%

R = 48.08%
G = 5.96%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA1FEF (or 0xFA1FEF) is known color: Magenta. HEX triplet: FA, 1F and EF. RGB value is (250,31,239). Sum of RGB (Red+Green+Blue) = 250+31+239=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 31 (12.5% from 255 or 5.96% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1FEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1FEF is #05E010. Grayscale: #777777. Windows color (decimal): -385041 or 15671290. OLE color: 15671290.

HSL color Cylindrical-coordinate representation of color #FA1FEF: hue angle of 303.01º 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 #FA1FEF is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 31 239 -
CMYK 0 0.88 0.04 0.02
HSL 303.01º 0.96% 0.55% -
HSV(B) 303.01º 0.88% 0.98% -
XYZ 55.49 27.54 84.05 -
YUV 120.19 195.05 220.59 -
System Red Green Blue C M Y K H S L
Decimal 250 31 239 0 0.88 0.04 0.02 303.01 0.96 0.55
Hex FA 1F EF 0 58 4 2 12F 60 37
Octal 372 37 357 0 130 4 2 457 140 67
Binary 11111010 11111 11101111 0 1011000 100 10 100101111 1100000 110111

Color Harmonies of #FA1FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1FEF

Black with #FA1FEF

Text Example


Text Example

White with #FA1FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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