#FF4490

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

Shades of Violet Red #FF4490

Tints of Violet Red #FF4490

Color information

#FF4490 (or 0xFF4490) is unknown color: approx Violet Red. HEX triplet: FF, 44 and 90. RGB value is (255,68,144). Sum of RGB (Red+Green+Blue) = 255+68+144=467 (61% of max value = 765). Red value is 255 (100% from 255 or 54.60% from 467); Green value is 68 (26.95% from 255 or 14.56% from 467); Blue value is 144 (56.64% from 255 or 30.84% from 467); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4490 is #00BB6F. Grayscale: #848484. Windows color (decimal): -47984 or 9454847. OLE color: 9454847.

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

Color convert

RGB25568144-
CMYK00.730.440
HSL335.61º100%63.33%-
HSV(B)335.61º73.33%100%-
XYZ48.3427.4129.13-
YUV132.58134.45215.32-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.60%
GREEN value IS 68 (26.95% from 255) = 14.56%
BLUE value IS 144 (56.64% from 255) = 30.84%
R=54.60%
G=14.56%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556814400.730.440335.6110063.33
HexFF44900492C0150643f
Octal377104220011154052014477
Binary111111111000100100100000100100110110001010100001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4490; }

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

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

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

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

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

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

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

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