Html Css Color HEX #FB06D8 Hot Magenta

📋 copy color: '#FB06D8'

red 251 ◦ green 6 ◦ blue 216

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

Shades of Hot Magenta #FB06D8

Tints of Hot Magenta #FB06D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 45.67%

R = 53.07%
G = 1.27%
B = 45.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FB06D8 (or 0xFB06D8) is known color: Hot Magenta. HEX triplet: FB, 06 and D8. RGB value is (251,6,216). Sum of RGB (Red+Green+Blue) = 251+6+216=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 6 (2.73% from 255 or 1.27% from 473); Blue value is 216 (84.77% from 255 or 45.67% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB06D8 is #04F927. Grayscale: #666666. Windows color (decimal): -325928 or 14157563. OLE color: 14157563.

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

Color convert

RGB 251 6 216 -
CMYK 0 0.98 0.14 0.02
HSL 308.57º 0.97% 0.5% -
HSV(B) 308.57º 0.98% 0.98% -
XYZ 52.24 25.6 67.15 -
YUV 103.2 191.67 233.42 -
System Red Green Blue C M Y K H S L
Decimal 251 6 216 0 0.98 0.14 0.02 308.57 0.97 0.5
Hex FB 6 D8 0 62 E 2 135 61 32
Octal 373 6 330 0 142 16 2 465 141 62
Binary 11111011 110 11011000 0 1100010 1110 10 100110101 1100001 110010

Color Harmonies of #FB06D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB06D8

Black with #FB06D8

Text Example


Text Example

White with #FB06D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB06D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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