Html Css Color HEX #FB11DD Hot Magenta

📋 copy color: '#FB11DD'

red 251 ◦ green 17 ◦ blue 221

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

Shades of Hot Magenta #FB11DD

Tints of Hot Magenta #FB11DD

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.48%

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

R = 51.33%
G = 3.48%
B = 45.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FB11DD (or 0xFB11DD) is known color: Hot Magenta. HEX triplet: FB, 11 and DD. RGB value is (251,17,221). Sum of RGB (Red+Green+Blue) = 251+17+221=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 17 (7.03% from 255 or 3.48% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FB11DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB11DD is #04EE22. Grayscale: #6D6D6D. Windows color (decimal): -323107 or 14488059. OLE color: 14488059.

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

Color convert

RGB 251 17 221 -
CMYK 0 0.93 0.12 0.02
HSL 307.69º 0.97% 0.53% -
HSV(B) 307.69º 0.93% 0.98% -
XYZ 53.04 26.13 70.66 -
YUV 110.22 190.52 228.41 -
System Red Green Blue C M Y K H S L
Decimal 251 17 221 0 0.93 0.12 0.02 307.69 0.97 0.53
Hex FB 11 DD 0 5D C 2 134 61 35
Octal 373 21 335 0 135 14 2 464 141 65
Binary 11111011 10001 11011101 0 1011101 1100 10 100110100 1100001 110101

Color Harmonies of #FB11DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB11DD

Black with #FB11DD

Text Example


Text Example

White with #FB11DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB11DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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