#FB1C84

Color #FB1C84 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FB1C84

Tints of Deep Pink #FB1C84

Color information

#FB1C84 (or 0xFB1C84) is unknown color: approx Deep Pink. HEX triplet: FB, 1C and 84. RGB value is (251,28,132). Sum of RGB (Red+Green+Blue) = 251+28+132=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 28 (11.33% from 255 or 6.81% from 411); Blue value is 132 (51.95% from 255 or 32.12% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB1C84 is #04E37B. Grayscale: #6A6A6A. Windows color (decimal): -320380 or 8658171. OLE color: 8658171.

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

Color convert

RGB25128132-
CMYK00.890.470.02
HSL332.02º96.54%54.71%-
HSV(B)332.02º88.84%98.43%-
XYZ44.3623.0123.93-
YUV106.53142.38231.04-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 61.07%
GREEN value IS 28 (11.33% from 255) = 6.81%
BLUE value IS 132 (51.95% from 255) = 32.12%
R=61.07%
G=6.81%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2512813200.890.470.02332.0296.5454.71
HexFB1C840592F214c6137
Octal37334204013157251414167
Binary11111011111001000010001011001101111101010011001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1C84; }

 p { color: rgb(251,28,132); }

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

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

 a { background-color: rgb(251,28,132); }

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

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

 span { border-color: rgb(251,28,132); }

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