Html Css Color HEX #FA1AF2 Magenta

📋 copy color: '#FA1AF2'

red 250 ◦ green 26 ◦ blue 242

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

Shades of Magenta #FA1AF2

Tints of Magenta #FA1AF2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.02%

 BLUE value IS 242 (94.92% from 255) = 46.72%

R = 48.26%
G = 5.02%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FA1AF2 (or 0xFA1AF2) is known color: Magenta. HEX triplet: FA, 1A and F2. RGB value is (250,26,242). Sum of RGB (Red+Green+Blue) = 250+26+242=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 26 (10.55% from 255 or 5.02% from 518); Blue value is 242 (94.92% from 255 or 46.72% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1AF2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1AF2 is #05E50D. Grayscale: #747474. Windows color (decimal): -386318 or 15866618. OLE color: 15866618.

HSL color Cylindrical-coordinate representation of color #FA1AF2: hue angle of 302.14º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1AF2 is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 26 242 -
CMYK 0 0.90 0.03 0.02
HSL 302.14º 0.96% 0.54% -
HSV(B) 302.14º 0.9% 0.98% -
XYZ 55.82 27.47 86.37 -
YUV 117.6 198.21 222.44 -
System Red Green Blue C M Y K H S L
Decimal 250 26 242 0 0.90 0.03 0.02 302.14 0.96 0.54
Hex FA 1A F2 0 5A 3 2 12E 60 36
Octal 372 32 362 0 132 3 2 456 140 66
Binary 11111010 11010 11110010 0 1011010 11 10 100101110 1100000 110110

Color Harmonies of #FA1AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1AF2

Black with #FA1AF2

Text Example


Text Example

White with #FA1AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1AF2; }

 p { color: rgb(250,26,242); }

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

background-color css

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

 a { background-color: rgb(250,26,242); }

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

border-color css

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

 span { border-color: rgb(250,26,242); }

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