#FF005C

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

Shades of Razzmatazz #FF005C

Tints of Razzmatazz #FF005C

Color information

#FF005C (or 0xFF005C) is unknown color: approx Razzmatazz. HEX triplet: FF, 00 and 5C. RGB value is (255,0,92). Sum of RGB (Red+Green+Blue) = 255+0+92=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF005C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF005C is #00FFA3. Grayscale: #565656. Windows color (decimal): -65444 or 6029567. OLE color: 6029567.

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

Color convert

RGB255092-
CMYK010.640
HSL338.35º100%50%-
HSV(B)338.35º100%100%-
XYZ43.1722.0312.1-
YUV86.73130.98248.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.49%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=73.49%
G=0%
B=26.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255092010.640338.3510050
HexFF05C0644001526432
Octal37701340144100052214462
Binary111111110101110001100100100000001010100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF005C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF005C; }

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

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

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

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

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

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

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

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