#FB4680

Color #FB4680 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #FB4680

Tints of Violet Red #FB4680

Color information

#FB4680 (or 0xFB4680) is unknown color: approx Violet Red. HEX triplet: FB, 46 and 80. RGB value is (251,70,128). Sum of RGB (Red+Green+Blue) = 251+70+128=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 128 (50.39% from 255 or 28.51% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4680 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4680 is #04B97F. Grayscale: #828282. Windows color (decimal): -309632 or 8406779. OLE color: 8406779.

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

Color convert

RGB25170128-
CMYK00.720.490.02
HSL340.77º95.77%62.94%-
HSV(B)340.77º72.11%98.43%-
XYZ45.8726.4523.11-
YUV130.73126.47213.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 55.90%
GREEN value IS 70 (27.73% from 255) = 15.59%
BLUE value IS 128 (50.39% from 255) = 28.51%
R=55.90%
G=15.59%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517012800.720.490.02340.7795.7762.94
HexFB4680048312155603f
Octal373106200011061252514077
Binary1111101110001101000000001001000110001101010101011100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4680; }

 p { color: rgb(251,70,128); }

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

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

 a { background-color: rgb(251,70,128); }

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

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

 span { border-color: rgb(251,70,128); }

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