Html Css Color HEX #FA1DFF Magenta

📋 copy color: '#FA1DFF'

red 250 ◦ green 29 ◦ blue 255

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

Shades of Magenta #FA1DFF

Tints of Magenta #FA1DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.75%

R = 46.82%
G = 5.43%
B = 47.75%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FA1DFF (or 0xFA1DFF) is known color: Magenta. HEX triplet: FA, 1D and FF. RGB value is (250,29,255). Sum of RGB (Red+Green+Blue) = 250+29+255=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 29 (11.72% from 255 or 5.43% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA1DFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1DFF is #05E200. Grayscale: #787878. Windows color (decimal): -385537 or 16719354. OLE color: 16719354.

HSL color Cylindrical-coordinate representation of color #FA1DFF: hue angle of 298.67º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1DFF is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 250 29 255 -
CMYK 0.02 0.89 0 0
HSL 298.67º 1% 0.56% -
HSV(B) 298.67º 0.89% 1% -
XYZ 57.91 28.42 97.04 -
YUV 120.84 203.72 220.12 -
System Red Green Blue C M Y K H S L
Decimal 250 29 255 0.02 0.89 0 0 298.67 1 0.56
Hex FA 1D FF 2 59 0 0 12B 64 38
Octal 372 35 377 2 131 0 0 453 144 70
Binary 11111010 11101 11111111 10 1011001 0 0 100101011 1100100 111000

Color Harmonies of #FA1DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1DFF

Black with #FA1DFF

Text Example


Text Example

White with #FA1DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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