#FF0671

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

Shades of Razzmatazz #FF0671

Tints of Razzmatazz #FF0671

Color information

#FF0671 (or 0xFF0671) is unknown color: approx Razzmatazz. HEX triplet: FF, 06 and 71. RGB value is (255,6,113). Sum of RGB (Red+Green+Blue) = 255+6+113=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0671 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0671 is #00F98E. Grayscale: #5C5C5C. Windows color (decimal): -63887 or 7407359. OLE color: 7407359.

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

Color convert

RGB2556113-
CMYK00.980.560
HSL334.22º100%51.18%-
HSV(B)334.22º97.65%100%-
XYZ44.2922.5817.65-
YUV92.65139.49243.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 68.18%
GREEN value IS 6 (2.73% from 255) = 1.60%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=68.18%
G=1.60%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255611300.980.560334.2210051.18
HexFF67106238014e6433
Octal3776161014270051614463
Binary1111111111011100010110001011100001010011101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0671; }

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

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

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

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

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

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

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

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