#ff4492

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

Shades of Violet Red #FF4492

Tints of Violet Red #FF4492

Color information

#FF4492 (or 0xFF4492) is unknown color: approx Violet Red. HEX triplet: FF, 44 and 92. RGB value is (255,68,146). Sum of RGB (Red+Green+Blue) = 255+68+146=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4492 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4492 is #00BB6D. Grayscale: #848484. Windows color (decimal): -47982 or 9585919. OLE color: 9585919.

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

Color convert

RGB25568146-
CMYK00.730.430
HSL334.97º100%63.33%-
HSV(B)334.97º73.33%100%-
XYZ48.527.4729.94-
YUV132.8135.45215.16-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 54.37%
GREEN value IS 68 (26.95% from 255) = 14.50%
BLUE value IS 146 (57.42% from 255) = 31.13%
R=54.37%
G=14.50%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556814600.730.430334.9710063.33
HexFF44920492B014f643f
Octal377104222011153051714477
Binary111111111000100100100100100100110101101010011111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff4492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff4492; }

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

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

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

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

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

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

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

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