#ff4493

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

Shades of Violet Red #FF4493

Tints of Violet Red #FF4493

Color information

#FF4493 (or 0xFF4493) is unknown color: approx Violet Red. HEX triplet: FF, 44 and 93. RGB value is (255,68,147). Sum of RGB (Red+Green+Blue) = 255+68+147=470 (62% of max value = 765). Red value is 255 (100% from 255 or 54.26% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 147 (57.81% from 255 or 31.28% from 470); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4493 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4493 is #00BB6C. Grayscale: #848484. Windows color (decimal): -47981 or 9651455. OLE color: 9651455.

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

Color convert

RGB25568147-
CMYK00.730.420
HSL334.65º100%63.33%-
HSV(B)334.65º73.33%100%-
XYZ48.5727.530.35-
YUV132.92135.95215.08-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.26%
GREEN value IS 68 (26.95% from 255) = 14.47%
BLUE value IS 147 (57.81% from 255) = 31.28%
R=54.26%
G=14.47%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556814700.730.420334.6510063.33
HexFF44930492A014f643f
Octal377104223011152051714477
Binary111111111000100100100110100100110101001010011111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff4493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff4493; }

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

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

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

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

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

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

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

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