Html Css Color HEX #FA1BF1 Magenta

📋 copy color: '#FA1BF1'

red 250 ◦ green 27 ◦ blue 241

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

Shades of Magenta #FA1BF1

Tints of Magenta #FA1BF1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.21%

 BLUE value IS 241 (94.53% from 255) = 46.53%

R = 48.26%
G = 5.21%
B = 46.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FA1BF1 (or 0xFA1BF1) is known color: Magenta. HEX triplet: FA, 1B and F1. RGB value is (250,27,241). Sum of RGB (Red+Green+Blue) = 250+27+241=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 27 (10.94% from 255 or 5.21% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1BF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1BF1 is #05E40E. Grayscale: #757575. Windows color (decimal): -386063 or 15801338. OLE color: 15801338.

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

Color convert

RGB 250 27 241 -
CMYK 0 0.89 0.04 0.02
HSL 302.42º 0.96% 0.54% -
HSV(B) 302.42º 0.89% 0.98% -
XYZ 55.69 27.46 85.58 -
YUV 118.07 197.38 222.1 -
System Red Green Blue C M Y K H S L
Decimal 250 27 241 0 0.89 0.04 0.02 302.42 0.96 0.54
Hex FA 1B F1 0 59 4 2 12E 60 36
Octal 372 33 361 0 131 4 2 456 140 66
Binary 11111010 11011 11110001 0 1011001 100 10 100101110 1100000 110110

Color Harmonies of #FA1BF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1BF1

Black with #FA1BF1

Text Example


Text Example

White with #FA1BF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1BF1; }

 p { color: rgb(250,27,241); }

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

background-color css

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

 a { background-color: rgb(250,27,241); }

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

border-color css

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

 span { border-color: rgb(250,27,241); }

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