#FF0673

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

Shades of Deep Pink #FF0673

Tints of Deep Pink #FF0673

Color information

#FF0673 (or 0xFF0673) is unknown color: approx Deep Pink. HEX triplet: FF, 06 and 73. RGB value is (255,6,115). Sum of RGB (Red+Green+Blue) = 255+6+115=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 6 (2.73% from 255 or 1.60% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0673 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0673 is #00F98C. Grayscale: #5C5C5C. Windows color (decimal): -63885 or 7538431. OLE color: 7538431.

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

Color convert

RGB2556115-
CMYK00.980.550
HSL333.73º100%51.18%-
HSV(B)333.73º97.65%100%-
XYZ44.422.6318.25-
YUV92.88140.49243.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 67.82%
GREEN value IS 6 (2.73% from 255) = 1.60%
BLUE value IS 115 (45.31% from 255) = 30.59%
R=67.82%
G=1.60%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255611500.980.550333.7310051.18
HexFF67306237014e6433
Octal3776163014267051614463
Binary1111111111011100110110001011011101010011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0673; }

 p { color: rgb(255,6,115); }

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

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

 a { background-color: rgb(255,6,115); }

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

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

 span { border-color: rgb(255,6,115); }

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