#FB327A

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

Shades of Violet Red #FB327A

Tints of Violet Red #FB327A

Color information

#FB327A (or 0xFB327A) is unknown color: approx Violet Red. HEX triplet: FB, 32 and 7A. RGB value is (251,50,122). Sum of RGB (Red+Green+Blue) = 251+50+122=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB327A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB327A is #04CD85. Grayscale: #767676. Windows color (decimal): -314758 or 8008443. OLE color: 8008443.

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

Color convert

RGB25150122-
CMYK00.800.510.02
HSL338.51º96.17%59.02%-
HSV(B)338.51º80.08%98.43%-
XYZ44.4424.220.74-
YUV118.31130.09222.65-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 59.34%
GREEN value IS 50 (19.92% from 255) = 11.82%
BLUE value IS 122 (48.05% from 255) = 28.84%
R=59.34%
G=11.82%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2515012200.800.510.02338.5196.1759.02
HexFB327A050332153603b
Octal37362172012063252314073
Binary11111011110010111101001010000110011101010100111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB327A; }

 p { color: rgb(251,50,122); }

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

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

 a { background-color: rgb(251,50,122); }

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

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

 span { border-color: rgb(251,50,122); }

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