#FB0ED2

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

Shades of Hot Magenta #FB0ED2

Tints of Hot Magenta #FB0ED2

Color information

#FB0ED2 (or 0xFB0ED2) is unknown color: approx Hot Magenta. HEX triplet: FB, 0E and D2. RGB value is (251,14,210). Sum of RGB (Red+Green+Blue) = 251+14+210=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 210 (82.42% from 255 or 44.21% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0ED2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FB0ED2 is #04F12D. Grayscale: #6A6A6A. Windows color (decimal): -323886 or 13766395. OLE color: 13766395.

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

Color convert

RGB25114210-
CMYK00.940.160.02
HSL310.38º96.73%51.96%-
HSV(B)310.38º94.42%98.43%-
XYZ51.5725.4863.17-
YUV107.21186.02230.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 52.84%
GREEN value IS 14 (5.86% from 255) = 2.95%
BLUE value IS 210 (82.42% from 255) = 44.21%
R=52.84%
G=2.95%
B=44.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511421000.940.160.02310.3896.7351.96
HexFBED205E1021366134
Octal37316322013620246614164
Binary111110111110110100100101111010000101001101101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB0ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB0ED2; }

 p { color: rgb(251,14,210); }

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

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

 a { background-color: rgb(251,14,210); }

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

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

 span { border-color: rgb(251,14,210); }

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