#FF0485

Color #FF0485 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #FF0485

Tints of Deep Pink #FF0485

Color information

#FF0485 (or 0xFF0485) is unknown color: approx Deep Pink. HEX triplet: FF, 04 and 85. RGB value is (255,4,133). Sum of RGB (Red+Green+Blue) = 255+4+133=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 4 (1.95% from 255 or 1.02% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0485 is #00FB7A. Grayscale: #5D5D5D. Windows color (decimal): -64379 or 8717567. OLE color: 8717567.

HSL color Cylindrical-coordinate representation of color #FF0485: hue angle of 329.16º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0485 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB2554133-
CMYK00.980.480
HSL329.16º100%50.78%-
HSV(B)329.16º98.43%100%-
XYZ45.5223.0424.24-
YUV93.76150.16243.01-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.05%
GREEN value IS 4 (1.95% from 255) = 1.02%
BLUE value IS 133 (52.34% from 255) = 33.93%
R=65.05%
G=1.02%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255413300.980.480329.1610050.78
HexFF4850623001496433
Octal3774205014260051114463
Binary11111111100100001010110001011000001010010011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0485; }

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

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

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

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

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

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

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

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