#FB4297

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

Shades of Violet Red #FB4297

Tints of Violet Red #FB4297

Color information

#FB4297 (or 0xFB4297) is unknown color: approx Violet Red. HEX triplet: FB, 42 and 97. RGB value is (251,66,151). Sum of RGB (Red+Green+Blue) = 251+66+151=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 66 (26.17% from 255 or 14.10% from 468); Blue value is 151 (59.38% from 255 or 32.26% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4297 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4297 is #04BD68. Grayscale: #828282. Windows color (decimal): -310633 or 9913083. OLE color: 9913083.

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

Color convert

RGB25166151-
CMYK00.740.400.02
HSL332.43º95.85%62.16%-
HSV(B)332.43º73.71%98.43%-
XYZ47.3226.6431.93-
YUV131139.29213.59-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 53.63%
GREEN value IS 66 (26.17% from 255) = 14.10%
BLUE value IS 151 (59.38% from 255) = 32.26%
R=53.63%
G=14.10%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516615100.740.400.02332.4395.8562.16
HexFB429704A28214c603e
Octal373102227011250251414076
Binary1111101110000101001011101001010101000101010011001100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4297; }

 p { color: rgb(251,66,151); }

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

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

 a { background-color: rgb(251,66,151); }

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

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

 span { border-color: rgb(251,66,151); }

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