#FB4292

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

Shades of Violet Red #FB4292

Tints of Violet Red #FB4292

Color information

#FB4292 (or 0xFB4292) is unknown color: approx Violet Red. HEX triplet: FB, 42 and 92. RGB value is (251,66,146). Sum of RGB (Red+Green+Blue) = 251+66+146=463 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.21% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 146 (57.42% from 255 or 31.53% from 463); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4292 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB4292 is #04BD6D. Grayscale: #828282. Windows color (decimal): -310638 or 9585403. OLE color: 9585403.

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

Color convert

RGB25166146-
CMYK00.740.420.02
HSL334.05º95.85%62.16%-
HSV(B)334.05º73.71%98.43%-
XYZ46.9226.4829.83-
YUV130.44136.79214-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 54.21%
GREEN value IS 66 (26.17% from 255) = 14.25%
BLUE value IS 146 (57.42% from 255) = 31.53%
R=54.21%
G=14.25%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516614600.740.420.02334.0595.8562.16
HexFB429204A2A214e603e
Octal373102222011252251614076
Binary1111101110000101001001001001010101010101010011101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4292; }

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

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

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

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

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

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

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

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