#FB18DD

Color #FB18DD Hot Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Magenta #FB18DD

Tints of Hot Magenta #FB18DD

Color information

#FB18DD (or 0xFB18DD) is unknown color: approx Hot Magenta. HEX triplet: FB, 18 and DD. RGB value is (251,24,221). Sum of RGB (Red+Green+Blue) = 251+24+221=496 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.60% from 496); Green value is 24 (9.77% from 255 or 4.84% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB18DD is #04E722. Grayscale: #717171. Windows color (decimal): -321315 or 14489851. OLE color: 14489851.

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

Color convert

RGB25124221-
CMYK00.900.120.02
HSL307.93º96.6%53.92%-
HSV(B)307.93º90.44%98.43%-
XYZ53.1626.3870.7-
YUV114.33188.21225.48-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.60%
GREEN value IS 24 (9.77% from 255) = 4.84%
BLUE value IS 221 (86.72% from 255) = 44.56%
R=50.60%
G=4.84%
B=44.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512422100.900.120.02307.9396.653.92
HexFB18DD05AC21346136
Octal37330335013214246414166
Binary111110111100011011101010110101100101001101001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB18DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB18DD; }

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

 H1.HeaderClassName
 {
   color: #FB18DD;
 }
 .AnyTagClassName
 {
   color: #FB18DD;
 }
</style>
background-color css

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

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

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

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

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

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