Html Css Color HEX #FB06F8 Magenta

📋 copy color: '#FB06F8'

red 251 ◦ green 6 ◦ blue 248

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

Shades of Magenta #FB06F8

Tints of Magenta #FB06F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 49.11%

R = 49.7%
G = 1.19%
B = 49.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#FB06F8 (or 0xFB06F8) is known color: Magenta. HEX triplet: FB, 06 and F8. RGB value is (251,6,248). Sum of RGB (Red+Green+Blue) = 251+6+248=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 6 (2.73% from 255 or 1.19% from 505); Blue value is 248 (97.27% from 255 or 49.11% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB06F8 is #04F907. Grayscale: #6A6A6A. Windows color (decimal): -325896 or 16254715. OLE color: 16254715.

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

Color convert

RGB 251 6 248 -
CMYK 0 0.98 0.01 0.02
HSL 300.73º 0.97% 0.5% -
HSV(B) 300.73º 0.98% 0.98% -
XYZ 56.79 27.42 91.11 -
YUV 106.84 207.67 230.82 -
System Red Green Blue C M Y K H S L
Decimal 251 6 248 0 0.98 0.01 0.02 300.73 0.97 0.5
Hex FB 6 F8 0 62 1 2 12D 61 32
Octal 373 6 370 0 142 1 2 455 141 62
Binary 11111011 110 11111000 0 1100010 1 10 100101101 1100001 110010

Color Harmonies of #FB06F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB06F8

Black with #FB06F8

Text Example


Text Example

White with #FB06F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB06F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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