#FB4794

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

Shades of Violet Red #FB4794

Tints of Violet Red #FB4794

Color information

#FB4794 (or 0xFB4794) is unknown color: approx Violet Red. HEX triplet: FB, 47 and 94. RGB value is (251,71,148). Sum of RGB (Red+Green+Blue) = 251+71+148=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 148 (58.20% from 255 or 31.49% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4794 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4794 is #04B86B. Grayscale: #858585. Windows color (decimal): -309356 or 9717755. OLE color: 9717755.

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

Color convert

RGB25171148-
CMYK00.720.410.02
HSL334.33º95.74%63.14%-
HSV(B)334.33º71.71%98.43%-
XYZ47.3827.1530.76-
YUV133.6136.13211.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.40%
GREEN value IS 71 (28.12% from 255) = 15.11%
BLUE value IS 148 (58.20% from 255) = 31.49%
R=53.40%
G=15.11%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2517114800.720.410.02334.3395.7463.14
HexFB479404829214e603f
Octal373107224011051251614077
Binary1111101110001111001010001001000101001101010011101100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4794; }

 p { color: rgb(251,71,148); }

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

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

 a { background-color: rgb(251,71,148); }

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

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

 span { border-color: rgb(251,71,148); }

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