Html Css Color HEX #FB06FF Magenta

📋 copy color: '#FB06FF'

red 251 ◦ green 6 ◦ blue 255

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

Shades of Magenta #FB06FF

Tints of Magenta #FB06FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.8%

R = 49.02%
G = 1.17%
B = 49.8%

CMYK

 C value IS 0.02

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#FB06FF (or 0xFB06FF) is known color: Magenta. HEX triplet: FB, 06 and FF. RGB value is (251,6,255). Sum of RGB (Red+Green+Blue) = 251+6+255=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 6 (2.73% from 255 or 1.17% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB06FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB06FF is #04F900. Grayscale: #6A6A6A. Windows color (decimal): -325889 or 16713467. OLE color: 16713467.

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

Color convert

RGB 251 6 255 -
CMYK 0.02 0.98 0 0
HSL 299.04º 1% 0.51% -
HSV(B) 299.04º 0.98% 1% -
XYZ 57.9 27.86 96.93 -
YUV 107.64 211.17 230.25 -
System Red Green Blue C M Y K H S L
Decimal 251 6 255 0.02 0.98 0 0 299.04 1 0.51
Hex FB 6 FF 2 62 0 0 12B 64 33
Octal 373 6 377 2 142 0 0 453 144 63
Binary 11111011 110 11111111 10 1100010 0 0 100101011 1100100 110011

Color Harmonies of #FB06FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB06FF

Black with #FB06FF

Text Example


Text Example

White with #FB06FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB06FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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