#FF4485

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

Shades of Violet Red #FF4485

Tints of Violet Red #FF4485

Color information

#FF4485 (or 0xFF4485) is unknown color: approx Violet Red. HEX triplet: FF, 44 and 85. RGB value is (255,68,133). Sum of RGB (Red+Green+Blue) = 255+68+133=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 68 (26.95% from 255 or 14.91% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4485 is #00BB7A. Grayscale: #838383. Windows color (decimal): -47995 or 8733951. OLE color: 8733951.

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

Color convert

RGB25568133-
CMYK00.730.480
HSL339.14º100%63.33%-
HSV(B)339.14º73.33%100%-
XYZ47.5427.0924.91-
YUV131.32128.95216.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.92%
GREEN value IS 68 (26.95% from 255) = 14.91%
BLUE value IS 133 (52.34% from 255) = 29.17%
R=55.92%
G=14.91%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556813300.730.480339.1410063.33
HexFF4485049300153643f
Octal377104205011160052314477
Binary111111111000100100001010100100111000001010100111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4485; }

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

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

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

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

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

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

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

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