#FF005E

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

Shades of Razzmatazz #FF005E

Tints of Razzmatazz #FF005E

Color information

#FF005E (or 0xFF005E) is unknown color: approx Razzmatazz. HEX triplet: FF, 00 and 5E. RGB value is (255,0,94). Sum of RGB (Red+Green+Blue) = 255+0+94=349 (46% of max value = 765). Red value is 255 (100% from 255 or 73.07% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 255 - color contains mainly: red. Hex color #FF005E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF005E is #00FFA1. Grayscale: #565656. Windows color (decimal): -65442 or 6160639. OLE color: 6160639.

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

Color convert

RGB255094-
CMYK010.630
HSL337.88º100%50%-
HSV(B)337.88º100%100%-
XYZ43.2622.0712.57-
YUV86.96131.98247.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 26.93%
R=73.07%
G=0%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255094010.630337.8810050
HexFF05E0643F01526432
Octal3770136014477052214462
Binary11111111010111100110010011111101010100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF005E; }

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

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

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

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

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

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

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

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