#FF006D

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

Shades of Razzmatazz #FF006D

Tints of Razzmatazz #FF006D

Color information

#FF006D (or 0xFF006D) is unknown color: approx Razzmatazz. HEX triplet: FF, 00 and 6D. RGB value is (255,0,109). Sum of RGB (Red+Green+Blue) = 255+0+109=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF006D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF006D is #00FF92. Grayscale: #585858. Windows color (decimal): -65427 or 7143679. OLE color: 7143679.

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

Color convert

RGB2550109-
CMYK010.570
HSL334.35º100%50%-
HSV(B)334.35º100%100%-
XYZ4422.3616.47-
YUV88.67139.48246.64-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 70.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=70.05%
G=0%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2550109010.570334.3510050
HexFF06D06439014e6432
Octal3770155014471051614462
Binary11111111011011010110010011100101010011101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF006D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF006D; }

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

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

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

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

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

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

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

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