Html Css Color HEX #FB06DD Hot Magenta

📋 copy color: '#FB06DD'

red 251 ◦ green 6 ◦ blue 221

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

Shades of Hot Magenta #FB06DD

Tints of Hot Magenta #FB06DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.23%

R = 52.51%
G = 1.26%
B = 46.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB06DD (or 0xFB06DD) is known color: Hot Magenta. HEX triplet: FB, 06 and DD. RGB value is (251,6,221). Sum of RGB (Red+Green+Blue) = 251+6+221=478 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.51% from 478); Green value is 6 (2.73% from 255 or 1.26% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 251 - color contains mainly: red. Hex color #FB06DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB06DD is #04F922. Grayscale: #676767. Windows color (decimal): -325923 or 14485243. OLE color: 14485243.

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

Color convert

RGB 251 6 221 -
CMYK 0 0.98 0.12 0.02
HSL 307.35º 0.97% 0.5% -
HSV(B) 307.35º 0.98% 0.98% -
XYZ 52.9 25.86 70.61 -
YUV 103.77 194.17 233.02 -
System Red Green Blue C M Y K H S L
Decimal 251 6 221 0 0.98 0.12 0.02 307.35 0.97 0.5
Hex FB 6 DD 0 62 C 2 133 61 32
Octal 373 6 335 0 142 14 2 463 141 62
Binary 11111011 110 11011101 0 1100010 1100 10 100110011 1100001 110010

Color Harmonies of #FB06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB06DD

Black with #FB06DD

Text Example


Text Example

White with #FB06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB06DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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