Html Css Color HEX #FA1DF7 Magenta

📋 copy color: '#FA1DF7'

red 250 ◦ green 29 ◦ blue 247

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

Shades of Magenta #FA1DF7

Tints of Magenta #FA1DF7

RGB

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

 GREEN value IS 29 (11.72% from 255) = 5.51%

 BLUE value IS 247 (96.88% from 255) = 46.96%

R = 47.53%
G = 5.51%
B = 46.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FA1DF7 (or 0xFA1DF7) is known color: Magenta. HEX triplet: FA, 1D and F7. RGB value is (250,29,247). Sum of RGB (Red+Green+Blue) = 250+29+247=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 29 (11.72% from 255 or 5.51% from 526); Blue value is 247 (96.88% from 255 or 46.96% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1DF7 is #05E208. Grayscale: #777777. Windows color (decimal): -385545 or 16195066. OLE color: 16195066.

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

Color convert

RGB 250 29 247 -
CMYK 0 0.88 0.01 0.02
HSL 300.81º 0.96% 0.55% -
HSV(B) 300.81º 0.88% 0.98% -
XYZ 56.65 27.92 90.4 -
YUV 119.93 199.72 220.77 -
System Red Green Blue C M Y K H S L
Decimal 250 29 247 0 0.88 0.01 0.02 300.81 0.96 0.55
Hex FA 1D F7 0 58 1 2 12D 60 37
Octal 372 35 367 0 130 1 2 455 140 67
Binary 11111010 11101 11110111 0 1011000 1 10 100101101 1100000 110111

Color Harmonies of #FA1DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1DF7

Black with #FA1DF7

Text Example


Text Example

White with #FA1DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1DF7; }

 p { color: rgb(250,29,247); }

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

background-color css

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

 a { background-color: rgb(250,29,247); }

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

border-color css

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

 span { border-color: rgb(250,29,247); }

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