#FF4496

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

Shades of Violet Red #FF4496

Tints of Violet Red #FF4496

Color information

#FF4496 (or 0xFF4496) is unknown color: approx Violet Red. HEX triplet: FF, 44 and 96. RGB value is (255,68,150). Sum of RGB (Red+Green+Blue) = 255+68+150=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4496 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4496 is #00BB69. Grayscale: #858585. Windows color (decimal): -47978 or 9848063. OLE color: 9848063.

HSL color Cylindrical-coordinate representation of color #FF4496: hue angle of 333.69º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4496 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB25568150-
CMYK00.730.410
HSL333.69º100%63.33%-
HSV(B)333.69º73.33%100%-
XYZ48.8127.631.61-
YUV133.26137.45214.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.91%
GREEN value IS 68 (26.95% from 255) = 14.38%
BLUE value IS 150 (58.98% from 255) = 31.71%
R=53.91%
G=14.38%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556815000.730.410333.6910063.33
HexFF449604929014e643f
Octal377104226011151051614477
Binary111111111000100100101100100100110100101010011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4496; }

 p { color: rgb(255,68,150); }

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

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

 a { background-color: rgb(255,68,150); }

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

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

 span { border-color: rgb(255,68,150); }

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