Shades of Razzmatazz #FF0665
Tints of Razzmatazz #FF0665
RGB
CMYK
RGB Variations
Color information
#FF0665 (or 0xFF0665) is known color: Razzmatazz. HEX triplet: FF, 06 and 65. RGB value is (255,6,101). Sum of RGB (Red+Green+Blue) = 255+6+101=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0665 is #00F99A. Grayscale: #5B5B5B. Windows color (decimal): -63899 or 6620927. OLE color: 6620927.
HSL color Cylindrical-coordinate representation of color #FF0665: hue angle of 337.11º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0665 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 101 | - |
| CMYK | 0 | 0.98 | 0.60 | 0 |
| HSL | 337.11º | 1% | 0.51% | - |
| HSV(B) | 337.11º | 0.98% | 1% | - |
| XYZ | 43.65 | 22.33 | 14.32 | - |
| YUV | 91.28 | 133.49 | 244.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 101 | 0 | 0.98 | 0.60 | 0 | 337.11 | 1 | 0.51 |
| Hex | FF | 6 | 65 | 0 | 62 | 3C | 0 | 151 | 64 | 33 |
| Octal | 377 | 6 | 145 | 0 | 142 | 74 | 0 | 521 | 144 | 63 |
| Binary | 11111111 | 110 | 1100101 | 0 | 1100010 | 111100 | 0 | 101010001 | 1100100 | 110011 |
Color Harmonies of #FF0665
Complementary color
Monochromatic Colors of #FF0665
Black with #FF0665
Text Example
Text Example
White with #FF0665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0665; }
p { color: rgb(255,6,101); }
H1.HeaderClassName
{
color: #FF0665;
}
.AnyTagClassName
{
color: #FF0665;
}
</style>
background-color css
<style>
a { background-color: #FF0665; }
a { background-color: rgb(255,6,101); }
div.DivClassName
{
background-color: #FF0665;
}
.BgClassName
{
background-color: #FF0665;
}
</style>
border-color css
<style>
span { border-color: #FF0665; }
span { border-color: rgb(255,6,101); }
td.TdClassName
{
border-color: #FF0665;
}
.TagClassName
{
border-color: #FF0665;
}
</style>