#FB0DDD

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

Shades of Hot Magenta #FB0DDD

Tints of Hot Magenta #FB0DDD

Color information

#FB0DDD (or 0xFB0DDD) is unknown color: approx Hot Magenta. HEX triplet: FB, 0D and DD. RGB value is (251,13,221). Sum of RGB (Red+Green+Blue) = 251+13+221=485 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.75% from 485); Green value is 13 (5.47% from 255 or 2.68% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0DDD is #04F222. Grayscale: #6B6B6B. Windows color (decimal): -324131 or 14487035. OLE color: 14487035.

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

Color convert

RGB25113221-
CMYK00.950.120.02
HSL307.56º96.75%51.76%-
HSV(B)307.56º94.82%98.43%-
XYZ52.9826.0270.64-
YUV107.87191.85230.09-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.75%
GREEN value IS 13 (5.47% from 255) = 2.68%
BLUE value IS 221 (86.72% from 255) = 45.57%
R=51.75%
G=2.68%
B=45.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511322100.950.120.02307.5696.7551.76
HexFBDDD05FC21346134
Octal37315335013714246414164
Binary11111011110111011101010111111100101001101001100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0DDD; }

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

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

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

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

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

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

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

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