#FF005D

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

Shades of Razzmatazz #FF005D

Tints of Razzmatazz #FF005D

Color information

#FF005D (or 0xFF005D) is unknown color: approx Razzmatazz. HEX triplet: FF, 00 and 5D. RGB value is (255,0,93). Sum of RGB (Red+Green+Blue) = 255+0+93=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF005D is #00FFA2. Grayscale: #565656. Windows color (decimal): -65443 or 6095103. OLE color: 6095103.

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

Color convert

RGB255093-
CMYK010.640
HSL338.12º100%50%-
HSV(B)338.12º100%100%-
XYZ43.2222.0512.33-
YUV86.85131.48247.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 93 (36.72% from 255) = 26.72%
R=73.28%
G=0%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255093010.640338.1210050
HexFF05D0644001526432
Octal37701350144100052214462
Binary111111110101110101100100100000001010100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF005D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF005D; }

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

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

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

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

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

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

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

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