#FF0672

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

Shades of Razzmatazz #FF0672

Tints of Razzmatazz #FF0672

Color information

#FF0672 (or 0xFF0672) is unknown color: approx Razzmatazz. HEX triplet: FF, 06 and 72. RGB value is (255,6,114). Sum of RGB (Red+Green+Blue) = 255+6+114=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 6 (2.73% from 255 or 1.6% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0672 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0672 is #00F98D. Grayscale: #5C5C5C. Windows color (decimal): -63886 or 7472895. OLE color: 7472895.

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

Color convert

RGB2556114-
CMYK00.980.550
HSL333.98º100%51.18%-
HSV(B)333.98º97.65%100%-
XYZ44.3422.6117.95-
YUV92.76139.99243.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68%
GREEN value IS 6 (2.73% from 255) = 1.6%
BLUE value IS 114 (44.92% from 255) = 30.4%
R=68%
G=1.6%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255611400.980.550333.9810051.18
HexFF67206237014e6433
Octal3776162014267051614463
Binary1111111111011100100110001011011101010011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0672; }

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

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

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

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

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

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

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

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