#FB4278

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

Shades of Violet Red #FB4278

Tints of Violet Red #FB4278

Color information

#FB4278 (or 0xFB4278) is unknown color: approx Violet Red. HEX triplet: FB, 42 and 78. RGB value is (251,66,120). Sum of RGB (Red+Green+Blue) = 251+66+120=437 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.44% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 120 (47.27% from 255 or 27.46% from 437); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4278 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4278 is #04BD87. Grayscale: #7F7F7F. Windows color (decimal): -310664 or 7881467. OLE color: 7881467.

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

Color convert

RGB25166120-
CMYK00.740.520.02
HSL342.49º95.85%62.16%-
HSV(B)342.49º73.71%98.43%-
XYZ45.1225.7620.36-
YUV127.47123.79216.11-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 57.44%
GREEN value IS 66 (26.17% from 255) = 15.10%
BLUE value IS 120 (47.27% from 255) = 27.46%
R=57.44%
G=15.10%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2516612000.740.520.02342.4995.8562.16
HexFB427804A342156603e
Octal373102170011264252614076
Binary111110111000010111100001001010110100101010101101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB4278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB4278; }

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

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

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

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

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

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

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

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