#FF0070

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

Shades of Razzmatazz #FF0070

Tints of Razzmatazz #FF0070

Color information

#FF0070 (or 0xFF0070) is unknown color: approx Razzmatazz. HEX triplet: FF, 00 and 70. RGB value is (255,0,112). Sum of RGB (Red+Green+Blue) = 255+0+112=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 0 (0.39% from 255 or 0% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0070 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0070 is #00FF8F. Grayscale: #585858. Windows color (decimal): -65424 or 7340287. OLE color: 7340287.

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

Color convert

RGB2550112-
CMYK010.560
HSL333.65º100%50%-
HSV(B)333.65º100%100%-
XYZ44.1622.4317.33-
YUV89.01140.98246.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 69.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=69.48%
G=0%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550112010.560333.6510050
HexFF07006438014e6432
Octal3770160014470051614462
Binary11111111011100000110010011100001010011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0070; }

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

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

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

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

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

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

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

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