#FB0DE3

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

Shades of Hot Magenta #FB0DE3

Tints of Hot Magenta #FB0DE3

Color information

#FB0DE3 (or 0xFB0DE3) is unknown color: approx Hot Magenta. HEX triplet: FB, 0D and E3. RGB value is (251,13,227). Sum of RGB (Red+Green+Blue) = 251+13+227=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 13 (5.47% from 255 or 2.65% from 491); Blue value is 227 (89.06% from 255 or 46.23% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DE3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0DE3 is #04F21C. Grayscale: #6B6B6B. Windows color (decimal): -324125 or 14880251. OLE color: 14880251.

HSL color Cylindrical-coordinate representation of color #FB0DE3: hue angle of 306.05º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0DE3 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB25113227-
CMYK00.950.100.02
HSL306.05º96.75%51.76%-
HSV(B)306.05º94.82%98.43%-
XYZ53.7926.3474.92-
YUV108.56194.85229.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.12%
GREEN value IS 13 (5.47% from 255) = 2.65%
BLUE value IS 227 (89.06% from 255) = 46.23%
R=51.12%
G=2.65%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511322700.950.100.02306.0596.7551.76
HexFBDE305FA21326134
Octal37315343013712246214164
Binary11111011110111100011010111111010101001100101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0DE3; }

 p { color: rgb(251,13,227); }

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

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

 a { background-color: rgb(251,13,227); }

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

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

 span { border-color: rgb(251,13,227); }

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