#FF0BD8

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

Shades of Hot Magenta #FF0BD8

Tints of Hot Magenta #FF0BD8

Color information

#FF0BD8 (or 0xFF0BD8) is unknown color: approx Hot Magenta. HEX triplet: FF, 0B and D8. RGB value is (255,11,216). Sum of RGB (Red+Green+Blue) = 255+11+216=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 11 (4.69% from 255 or 2.28% from 482); Blue value is 216 (84.77% from 255 or 44.81% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BD8 is #00F427. Grayscale: #6A6A6A. Windows color (decimal): -62504 or 14158847. OLE color: 14158847.

HSL color Cylindrical-coordinate representation of color #FF0BD8: hue angle of 309.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF0BD8 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB25511216-
CMYK00.960.150
HSL309.59º100%52.16%-
HSV(B)309.59º95.69%100%-
XYZ53.7526.4667.24-
YUV107.33189.34233.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.90%
GREEN value IS 11 (4.69% from 255) = 2.28%
BLUE value IS 216 (84.77% from 255) = 44.81%
R=52.90%
G=2.28%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551121600.960.150309.5910052.16
HexFFBD8060F01366434
Octal37713330014017046614464
Binary1111111110111101100001100000111101001101101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0BD8; }

 p { color: rgb(255,11,216); }

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

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

 a { background-color: rgb(255,11,216); }

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

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

 span { border-color: rgb(255,11,216); }

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