#FF005A

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

Shades of Razzmatazz #FF005A

Tints of Razzmatazz #FF005A

Color information

#FF005A (or 0xFF005A) is unknown color: approx Razzmatazz. HEX triplet: FF, 00 and 5A. RGB value is (255,0,90). Sum of RGB (Red+Green+Blue) = 255+0+90=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF005A is #00FFA5. Grayscale: #565656. Windows color (decimal): -65446 or 5898495. OLE color: 5898495.

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

Color convert

RGB255090-
CMYK010.650
HSL338.82º100%50%-
HSV(B)338.82º100%100%-
XYZ43.092211.65-
YUV86.5129.98248.18-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=73.91%
G=0%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255090010.650338.8210050
HexFF05A0644101536432
Octal37701320144101052314462
Binary111111110101101001100100100000101010100111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF005A; }

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

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

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

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

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

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

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

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