#FF0565

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

Shades of Razzmatazz #FF0565

Tints of Razzmatazz #FF0565

Color information

#FF0565 (or 0xFF0565) is unknown color: approx Razzmatazz. HEX triplet: FF, 05 and 65. RGB value is (255,5,101). Sum of RGB (Red+Green+Blue) = 255+5+101=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0565 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0565 is #00FA9A. Grayscale: #5A5A5A. Windows color (decimal): -64155 or 6620671. OLE color: 6620671.

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

Color convert

RGB2555101-
CMYK00.980.600
HSL336.96º100%50.98%-
HSV(B)336.96º98.04%100%-
XYZ43.6422.3114.32-
YUV90.69133.82245.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 70.64%
GREEN value IS 5 (2.34% from 255) = 1.39%
BLUE value IS 101 (39.84% from 255) = 27.98%
R=70.64%
G=1.39%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255510100.980.600336.9610050.98
HexFF5650623C01516433
Octal3775145014274052114463
Binary1111111110111001010110001011110001010100011100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0565; }

 p { color: rgb(255,5,101); }

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

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

 a { background-color: rgb(255,5,101); }

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

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

 span { border-color: rgb(255,5,101); }

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