#FB4992

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

Shades of Violet Red #FB4992

Tints of Violet Red #FB4992

Color information

#FB4992 (or 0xFB4992) is unknown color: approx Violet Red. HEX triplet: FB, 49 and 92. RGB value is (251,73,146). Sum of RGB (Red+Green+Blue) = 251+73+146=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4992 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4992 is #04B66D. Grayscale: #868686. Windows color (decimal): -308846 or 9587195. OLE color: 9587195.

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

Color convert

RGB25173146-
CMYK00.710.420.02
HSL335.39º95.7%63.53%-
HSV(B)335.39º70.92%98.43%-
XYZ47.3527.3529.98-
YUV134.54134.47211.06-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.40%
GREEN value IS 73 (28.91% from 255) = 15.53%
BLUE value IS 146 (57.42% from 255) = 31.06%
R=53.40%
G=15.53%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517314600.710.420.02335.3995.763.53
HexFB49920472A214f6040
Octal3731112220107522517140100
Binary11111011100100110010010010001111010101010100111111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4992; }

 p { color: rgb(251,73,146); }

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

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

 a { background-color: rgb(251,73,146); }

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

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

 span { border-color: rgb(251,73,146); }

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