Html Css Color HEX #FB06FE Magenta

📋 copy color: '#FB06FE'

red 251 ◦ green 6 ◦ blue 254

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

Shades of Magenta #FB06FE

Tints of Magenta #FB06FE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.17%

 BLUE value IS 254 (99.61% from 255) = 49.71%

R = 49.12%
G = 1.17%
B = 49.71%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#FB06FE (or 0xFB06FE) is known color: Magenta. HEX triplet: FB, 06 and FE. RGB value is (251,6,254). Sum of RGB (Red+Green+Blue) = 251+6+254=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 6 (2.73% from 255 or 1.17% from 511); Blue value is 254 (99.61% from 255 or 49.71% from 511); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB06FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB06FE is #04F901. Grayscale: #6A6A6A. Windows color (decimal): -325890 or 16647931. OLE color: 16647931.

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

Color convert

RGB 251 6 254 -
CMYK 0.01 0.98 0 0.00
HSL 299.27º 0.99% 0.51% -
HSV(B) 299.27º 0.98% 1% -
XYZ 57.74 27.8 96.09 -
YUV 107.53 210.67 230.33 -
System Red Green Blue C M Y K H S L
Decimal 251 6 254 0.01 0.98 0 0.00 299.27 0.99 0.51
Hex FB 6 FE 1 62 0 0 12B 63 33
Octal 373 6 376 1 142 0 0 453 143 63
Binary 11111011 110 11111110 1 1100010 0 0 100101011 1100011 110011

Color Harmonies of #FB06FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB06FE

Black with #FB06FE

Text Example


Text Example

White with #FB06FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB06FE; }

 p { color: rgb(251,6,254); }

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

background-color css

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

 a { background-color: rgb(251,6,254); }

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

border-color css

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

 span { border-color: rgb(251,6,254); }

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