#FF4494

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

Shades of Violet Red #FF4494

Tints of Violet Red #FF4494

Color information

#FF4494 (or 0xFF4494) is unknown color: approx Violet Red. HEX triplet: FF, 44 and 94. RGB value is (255,68,148). Sum of RGB (Red+Green+Blue) = 255+68+148=471 (62% of max value = 765). Red value is 255 (100% from 255 or 54.14% from 471); Green value is 68 (26.95% from 255 or 14.44% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4494 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4494 is #00BB6B. Grayscale: #848484. Windows color (decimal): -47980 or 9716991. OLE color: 9716991.

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

Color convert

RGB25568148-
CMYK00.730.420
HSL334.33º100%63.33%-
HSV(B)334.33º73.33%100%-
XYZ48.6527.5330.77-
YUV133.03136.45215-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.14%
GREEN value IS 68 (26.95% from 255) = 14.44%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=54.14%
G=14.44%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556814800.730.420334.3310063.33
HexFF44940492A014e643f
Octal377104224011152051614477
Binary111111111000100100101000100100110101001010011101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4494; }

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

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

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

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

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

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

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

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