Shades of Razzle Dazzle Rose #FF40C9
Tints of Razzle Dazzle Rose #FF40C9
RGB
CMYK
RGB Variations
Color information
#FF40C9 (or 0xFF40C9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 40 and C9. RGB value is (255,64,201). Sum of RGB (Red+Green+Blue) = 255+64+201=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 64 (25.39% from 255 or 12.31% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40C9 is #00BF36. Grayscale: #888888. Windows color (decimal): -48951 or 13189375. OLE color: 13189375.
HSL color Cylindrical-coordinate representation of color #FF40C9: hue angle of 316.96º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF40C9 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 201 | - |
| CMYK | 0 | 0.75 | 0.21 | 0 |
| HSL | 316.96º | 1% | 0.63% | - |
| HSV(B) | 316.96º | 0.75% | 1% | - |
| XYZ | 53.62 | 29.14 | 58.06 | - |
| YUV | 136.73 | 164.28 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 201 | 0 | 0.75 | 0.21 | 0 | 316.96 | 1 | 0.63 |
| Hex | FF | 40 | C9 | 0 | 4B | 15 | 0 | 13D | 64 | 3F |
| Octal | 377 | 100 | 311 | 0 | 113 | 25 | 0 | 475 | 144 | 77 |
| Binary | 11111111 | 1000000 | 11001001 | 0 | 1001011 | 10101 | 0 | 100111101 | 1100100 | 111111 |
Color Harmonies of #FF40C9
Complementary color
Monochromatic Colors of #FF40C9
Black with #FF40C9
Text Example
Text Example
White with #FF40C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40C9; }
p { color: rgb(255,64,201); }
H1.HeaderClassName
{
color: #FF40C9;
}
.AnyTagClassName
{
color: #FF40C9;
}
</style>
background-color css
<style>
a { background-color: #FF40C9; }
a { background-color: rgb(255,64,201); }
div.DivClassName
{
background-color: #FF40C9;
}
.BgClassName
{
background-color: #FF40C9;
}
</style>
border-color css
<style>
span { border-color: #FF40C9; }
span { border-color: rgb(255,64,201); }
td.TdClassName
{
border-color: #FF40C9;
}
.TagClassName
{
border-color: #FF40C9;
}
</style>