Html Css Color HEX #FB11DB Hot Magenta

📋 copy color: '#FB11DB'

red 251 ◦ green 17 ◦ blue 219

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

Shades of Hot Magenta #FB11DB

Tints of Hot Magenta #FB11DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.97%

R = 51.54%
G = 3.49%
B = 44.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#FB11DB (or 0xFB11DB) is known color: Hot Magenta. HEX triplet: FB, 11 and DB. RGB value is (251,17,219). Sum of RGB (Red+Green+Blue) = 251+17+219=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 17 (7.03% from 255 or 3.49% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB11DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB11DB is #04EE24. Grayscale: #6D6D6D. Windows color (decimal): -323109 or 14356987. OLE color: 14356987.

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

Color convert

RGB 251 17 219 -
CMYK 0 0.93 0.13 0.02
HSL 308.21º 0.97% 0.53% -
HSV(B) 308.21º 0.93% 0.98% -
XYZ 52.77 26.02 69.26 -
YUV 109.99 189.52 228.57 -
System Red Green Blue C M Y K H S L
Decimal 251 17 219 0 0.93 0.13 0.02 308.21 0.97 0.53
Hex FB 11 DB 0 5D D 2 134 61 35
Octal 373 21 333 0 135 15 2 464 141 65
Binary 11111011 10001 11011011 0 1011101 1101 10 100110100 1100001 110101

Color Harmonies of #FB11DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB11DB

Black with #FB11DB

Text Example


Text Example

White with #FB11DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB11DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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