Html Css Color HEX #FB01F5 Magenta

📋 copy color: '#FB01F5'

red 251 ◦ green 1 ◦ blue 245

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

Shades of Magenta #FB01F5

Tints of Magenta #FB01F5

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.2%

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

R = 50.5%
G = 0.2%
B = 49.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FB01F5 (or 0xFB01F5) is known color: Magenta. HEX triplet: FB, 01 and F5. RGB value is (251,1,245). Sum of RGB (Red+Green+Blue) = 251+1+245=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 1 (0.78% from 255 or 0.20% from 497); Blue value is 245 (96.09% from 255 or 49.30% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB01F5 is #04FE0A. Grayscale: #666666. Windows color (decimal): -327179 or 16056827. OLE color: 16056827.

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

Color convert

RGB 251 1 245 -
CMYK 0 1.00 0.02 0.02
HSL 301.44º 0.99% 0.49% -
HSV(B) 301.44º 1% 0.98% -
XYZ 56.28 27.12 88.66 -
YUV 103.57 207.83 233.16 -
System Red Green Blue C M Y K H S L
Decimal 251 1 245 0 1.00 0.02 0.02 301.44 0.99 0.49
Hex FB 1 F5 0 64 2 2 12D 63 31
Octal 373 1 365 0 144 2 2 455 143 61
Binary 11111011 1 11110101 0 1100100 10 10 100101101 1100011 110001

Color Harmonies of #FB01F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB01F5

Black with #FB01F5

Text Example


Text Example

White with #FB01F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB01F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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