#FB3380

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

Shades of Violet Red #FB3380

Tints of Violet Red #FB3380

Color information

#FB3380 (or 0xFB3380) is unknown color: approx Violet Red. HEX triplet: FB, 33 and 80. RGB value is (251,51,128). Sum of RGB (Red+Green+Blue) = 251+51+128=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3380 is #04CC7F. Grayscale: #777777. Windows color (decimal): -314496 or 8401915. OLE color: 8401915.

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

Color convert

RGB25151128-
CMYK00.800.490.02
HSL336.9º96.15%59.22%-
HSV(B)336.9º79.68%98.43%-
XYZ44.8624.4422.77-
YUV119.58132.76221.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 58.37%
GREEN value IS 51 (20.31% from 255) = 11.86%
BLUE value IS 128 (50.39% from 255) = 29.77%
R=58.37%
G=11.86%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515112800.800.490.02336.996.1559.22
HexFB3380050312151603b
Octal37363200012061252114073
Binary111110111100111000000001010000110001101010100011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3380; }

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

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

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

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

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

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

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

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