Shades of Razzmatazz #FD0667
Tints of Razzmatazz #FD0667
RGB
CMYK
RGB Variations
Color information
#FD0667 (or 0xFD0667) is known color: Razzmatazz. HEX triplet: FD, 06 and 67. RGB value is (253,6,103). Sum of RGB (Red+Green+Blue) = 253+6+103=362 (47% of max value = 765). Red value is 253 (99.22% from 255 or 69.89% from 362); Green value is 6 (2.73% from 255 or 1.66% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0667 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD0667 is #02F998. Grayscale: #5A5A5A. Windows color (decimal): -194969 or 6751997. OLE color: 6751997.
HSL color Cylindrical-coordinate representation of color #FD0667: hue angle of 336.44º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FD0667 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 6 | 103 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.01 |
| HSL | 336.44º | 0.98% | 0.51% | - |
| HSV(B) | 336.44º | 0.98% | 0.99% | - |
| XYZ | 43.02 | 21.99 | 14.81 | - |
| YUV | 90.91 | 134.83 | 243.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 6 | 103 | 0 | 0.98 | 0.59 | 0.01 | 336.44 | 0.98 | 0.51 |
| Hex | FD | 6 | 67 | 0 | 62 | 3B | 1 | 150 | 62 | 33 |
| Octal | 375 | 6 | 147 | 0 | 142 | 73 | 1 | 520 | 142 | 63 |
| Binary | 11111101 | 110 | 1100111 | 0 | 1100010 | 111011 | 1 | 101010000 | 1100010 | 110011 |
Color Harmonies of #FD0667
Complementary color
Monochromatic Colors of #FD0667
Black with #FD0667
Text Example
Text Example
White with #FD0667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0667; }
p { color: rgb(253,6,103); }
H1.HeaderClassName
{
color: #FD0667;
}
.AnyTagClassName
{
color: #FD0667;
}
</style>
background-color css
<style>
a { background-color: #FD0667; }
a { background-color: rgb(253,6,103); }
div.DivClassName
{
background-color: #FD0667;
}
.BgClassName
{
background-color: #FD0667;
}
</style>
border-color css
<style>
span { border-color: #FD0667; }
span { border-color: rgb(253,6,103); }
td.TdClassName
{
border-color: #FD0667;
}
.TagClassName
{
border-color: #FD0667;
}
</style>