#FB1390

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

Shades of Deep Pink #FB1390

Tints of Deep Pink #FB1390

Color information

#FB1390 (or 0xFB1390) is unknown color: approx Deep Pink. HEX triplet: FB, 13 and 90. RGB value is (251,19,144). Sum of RGB (Red+Green+Blue) = 251+19+144=414 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.63% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1390 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB1390 is #04EC6F. Grayscale: #666666. Windows color (decimal): -322672 or 9442299. OLE color: 9442299.

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

Color convert

RGB25119144-
CMYK00.920.430.02
HSL327.67º96.67%52.94%-
HSV(B)327.67º92.43%98.43%-
XYZ45.0522.9928.45-
YUV102.62151.36233.84-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 60.63%
GREEN value IS 19 (7.81% from 255) = 4.59%
BLUE value IS 144 (56.64% from 255) = 34.78%
R=60.63%
G=4.59%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511914400.920.430.02327.6796.6752.94
HexFB139005C2B21486135
Octal37323220013453251014165
Binary11111011100111001000001011100101011101010010001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1390; }

 p { color: rgb(251,19,144); }

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

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

 a { background-color: rgb(251,19,144); }

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

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

 span { border-color: rgb(251,19,144); }

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