#FF0BD1

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

Shades of Hot Magenta #FF0BD1

Tints of Hot Magenta #FF0BD1

Color information

#FF0BD1 (or 0xFF0BD1) is unknown color: approx Hot Magenta. HEX triplet: FF, 0B and D1. RGB value is (255,11,209). Sum of RGB (Red+Green+Blue) = 255+11+209=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 11 (4.69% from 255 or 2.32% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0BD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0BD1 is #00F42E. Grayscale: #696969. Windows color (decimal): -62511 or 13700095. OLE color: 13700095.

HSL color Cylindrical-coordinate representation of color #FF0BD1: hue angle of 311.31º 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 #FF0BD1 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB25511209-
CMYK00.960.180
HSL311.31º100%52.16%-
HSV(B)311.31º95.69%100%-
XYZ52.8726.162.57-
YUV106.53185.84233.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.68%
GREEN value IS 11 (4.69% from 255) = 2.32%
BLUE value IS 209 (82.03% from 255) = 44%
R=53.68%
G=2.32%
B=44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551120900.960.180311.3110052.16
HexFFBD10601201376434
Octal37713321014022046714464
Binary11111111101111010001011000001001001001101111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0BD1; }

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

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

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

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

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

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

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

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