Html Css Color HEX #FB01FA Magenta

📋 copy color: '#FB01FA'

red 251 ◦ green 1 ◦ blue 250

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

Shades of Magenta #FB01FA

Tints of Magenta #FB01FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.8%

R = 50%
G = 0.2%
B = 49.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FB01FA (or 0xFB01FA) is known color: Magenta. HEX triplet: FB, 01 and FA. RGB value is (251,1,250). Sum of RGB (Red+Green+Blue) = 251+1+250=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 1 (0.78% from 255 or 0.20% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB01FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB01FA is #04FE05. Grayscale: #676767. Windows color (decimal): -327174 or 16384507. OLE color: 16384507.

HSL color Cylindrical-coordinate representation of color #FB01FA: hue angle of 300.24º 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 #FB01FA is Cyan = 0, Magento = 1.00, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 1 250 -
CMYK 0 1.00 0.00 0.02
HSL 300.24º 0.99% 0.49% -
HSV(B) 300.24º 1% 0.98% -
XYZ 57.05 27.43 92.73 -
YUV 104.14 210.33 232.75 -
System Red Green Blue C M Y K H S L
Decimal 251 1 250 0 1.00 0.00 0.02 300.24 0.99 0.49
Hex FB 1 FA 0 64 0 2 12C 63 31
Octal 373 1 372 0 144 0 2 454 143 61
Binary 11111011 1 11111010 0 1100100 0 10 100101100 1100011 110001

Color Harmonies of #FB01FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB01FA

Black with #FB01FA

Text Example


Text Example

White with #FB01FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB01FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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