#FB1F7C

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

Shades of Deep Pink #FB1F7C

Tints of Deep Pink #FB1F7C

Color information

#FB1F7C (or 0xFB1F7C) is unknown color: approx Deep Pink. HEX triplet: FB, 1F and 7C. RGB value is (251,31,124). Sum of RGB (Red+Green+Blue) = 251+31+124=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1F7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1F7C is #04E083. Grayscale: #6B6B6B. Windows color (decimal): -319620 or 8134651. OLE color: 8134651.

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

Color convert

RGB25131124-
CMYK00.880.510.02
HSL334.64º96.49%55.29%-
HSV(B)334.64º87.65%98.43%-
XYZ43.9122.9421.18-
YUV107.38137.39230.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 61.82%
GREEN value IS 31 (12.5% from 255) = 7.64%
BLUE value IS 124 (48.83% from 255) = 30.54%
R=61.82%
G=7.64%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2513112400.880.510.02334.6496.4955.29
HexFB1F7C05833214f6037
Octal37337174013063251714067
Binary1111101111111111110001011000110011101010011111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB1F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB1F7C; }

 p { color: rgb(251,31,124); }

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

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

 a { background-color: rgb(251,31,124); }

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

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

 span { border-color: rgb(251,31,124); }

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