Html Css Color HEX #FB1AF5 Magenta

📋 copy color: '#FB1AF5'

red 251 ◦ green 26 ◦ blue 245

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

Shades of Magenta #FB1AF5

Tints of Magenta #FB1AF5

RGB

 RED value IS 251 (98.44% from 255) = 48.08%

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

 BLUE value IS 245 (96.09% from 255) = 46.93%

R = 48.08%
G = 4.98%
B = 46.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FB1AF5 (or 0xFB1AF5) is known color: Magenta. HEX triplet: FB, 1A and F5. RGB value is (251,26,245). Sum of RGB (Red+Green+Blue) = 251+26+245=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 26 (10.55% from 255 or 4.98% from 522); Blue value is 245 (96.09% from 255 or 46.93% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB1AF5 is #04E50A. Grayscale: #757575. Windows color (decimal): -320779 or 16063227. OLE color: 16063227.

HSL color Cylindrical-coordinate representation of color #FB1AF5: hue angle of 301.6º degrees, saturation: 0.97, 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 #FB1AF5 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 26 245 -
CMYK 0 0.90 0.02 0.02
HSL 301.6º 0.97% 0.54% -
HSV(B) 301.6º 0.9% 0.98% -
XYZ 56.63 27.84 88.78 -
YUV 118.24 199.54 222.69 -
System Red Green Blue C M Y K H S L
Decimal 251 26 245 0 0.90 0.02 0.02 301.6 0.97 0.54
Hex FB 1A F5 0 5A 2 2 12E 61 36
Octal 373 32 365 0 132 2 2 456 141 66
Binary 11111011 11010 11110101 0 1011010 10 10 100101110 1100001 110110

Color Harmonies of #FB1AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB1AF5

Black with #FB1AF5

Text Example


Text Example

White with #FB1AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB1AF5; }

 p { color: rgb(251,26,245); }

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

background-color css

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

 a { background-color: rgb(251,26,245); }

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

border-color css

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

 span { border-color: rgb(251,26,245); }

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