#FB18DE

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

Shades of Hot Magenta #FB18DE

Tints of Hot Magenta #FB18DE

Color information

#FB18DE (or 0xFB18DE) is unknown color: approx Hot Magenta. HEX triplet: FB, 18 and DE. RGB value is (251,24,222). Sum of RGB (Red+Green+Blue) = 251+24+222=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 24 (9.77% from 255 or 4.83% from 497); Blue value is 222 (87.11% from 255 or 44.67% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB18DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB18DE is #04E721. Grayscale: #717171. Windows color (decimal): -321314 or 14555387. OLE color: 14555387.

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

Color convert

RGB25124222-
CMYK00.900.120.02
HSL307.67º96.6%53.92%-
HSV(B)307.67º90.44%98.43%-
XYZ53.326.4471.4-
YUV114.44188.71225.4-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.50%
GREEN value IS 24 (9.77% from 255) = 4.83%
BLUE value IS 222 (87.11% from 255) = 44.67%
R=50.50%
G=4.83%
B=44.67%

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
Decimal2512422200.900.120.02307.6796.653.92
HexFB18DE05AC21346136
Octal37330336013214246414166
Binary111110111100011011110010110101100101001101001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB18DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB18DE; }

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

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

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

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

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

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

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

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