#FB3781

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

Shades of Violet Red #FB3781

Tints of Violet Red #FB3781

Color information

#FB3781 (or 0xFB3781) is unknown color: approx Violet Red. HEX triplet: FB, 37 and 81. RGB value is (251,55,129). Sum of RGB (Red+Green+Blue) = 251+55+129=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3781 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3781 is #04C87E. Grayscale: #797979. Windows color (decimal): -313471 or 8468475. OLE color: 8468475.

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

Color convert

RGB25155129-
CMYK00.780.490.02
HSL337.35º96.08%60%-
HSV(B)337.35º78.09%98.43%-
XYZ45.1124.8323.18-
YUV122.04131.93219.98-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 57.70%
GREEN value IS 55 (21.88% from 255) = 12.64%
BLUE value IS 129 (50.78% from 255) = 29.66%
R=57.70%
G=12.64%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515512900.780.490.02337.3596.0860
HexFB378104E312151603c
Octal37367201011661252114074
Binary111110111101111000000101001110110001101010100011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB3781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB3781; }

 p { color: rgb(251,55,129); }

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

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

 a { background-color: rgb(251,55,129); }

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

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

 span { border-color: rgb(251,55,129); }

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