#FF0061

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

Shades of Razzmatazz #FF0061

Tints of Razzmatazz #FF0061

Color information

#FF0061 (or 0xFF0061) is unknown color: approx Razzmatazz. HEX triplet: FF, 00 and 61. RGB value is (255,0,97). Sum of RGB (Red+Green+Blue) = 255+0+97=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0061 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0061 is #00FF9E. Grayscale: #575757. Windows color (decimal): -65439 or 6357247. OLE color: 6357247.

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

Color convert

RGB255097-
CMYK010.620
HSL337.18º100%50%-
HSV(B)337.18º100%100%-
XYZ43.422.1213.29-
YUV87.3133.48247.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 72.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 27.56%
R=72.44%
G=0%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255097010.620337.1810050
HexFF0610643E01516432
Octal3770141014476052114462
Binary11111111011000010110010011111001010100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0061; }

 p { color: rgb(255,0,97); }

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

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

 a { background-color: rgb(255,0,97); }

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

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

 span { border-color: rgb(255,0,97); }

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