#FB137E

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

Shades of Deep Pink #FB137E

Tints of Deep Pink #FB137E

Color information

#FB137E (or 0xFB137E) is unknown color: approx Deep Pink. HEX triplet: FB, 13 and 7E. RGB value is (251,19,126). Sum of RGB (Red+Green+Blue) = 251+19+126=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB137E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB137E is #04EC81. Grayscale: #646464. Windows color (decimal): -322690 or 8262651. OLE color: 8262651.

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

Color convert

RGB25119126-
CMYK00.920.500.02
HSL332.33º96.67%52.94%-
HSV(B)332.33º92.43%98.43%-
XYZ43.7822.4821.77-
YUV100.57142.36235.3-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 63.38%
GREEN value IS 19 (7.81% from 255) = 4.80%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=63.38%
G=4.80%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511912600.920.500.02332.3396.6752.94
HexFB137E05C32214c6135
Octal37323176013462251414165
Binary1111101110011111111001011100110010101010011001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB137E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB137E; }

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

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

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

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

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

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

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

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