Shades of Razzle Dazzle Rose #FF40C5
Tints of Razzle Dazzle Rose #FF40C5
RGB
CMYK
RGB Variations
Color information
#FF40C5 (or 0xFF40C5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 40 and C5. RGB value is (255,64,197). Sum of RGB (Red+Green+Blue) = 255+64+197=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 64 (25.39% from 255 or 12.40% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40C5 is #00BF3A. Grayscale: #878787. Windows color (decimal): -48955 or 12927231. OLE color: 12927231.
HSL color Cylindrical-coordinate representation of color #FF40C5: hue angle of 318.22º 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 #FF40C5 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 197 | - |
| CMYK | 0 | 0.75 | 0.23 | 0 |
| HSL | 318.22º | 1% | 0.63% | - |
| HSV(B) | 318.22º | 0.75% | 1% | - |
| XYZ | 53.15 | 28.96 | 55.61 | - |
| YUV | 136.27 | 162.28 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 197 | 0 | 0.75 | 0.23 | 0 | 318.22 | 1 | 0.63 |
| Hex | FF | 40 | C5 | 0 | 4B | 17 | 0 | 13E | 64 | 3F |
| Octal | 377 | 100 | 305 | 0 | 113 | 27 | 0 | 476 | 144 | 77 |
| Binary | 11111111 | 1000000 | 11000101 | 0 | 1001011 | 10111 | 0 | 100111110 | 1100100 | 111111 |
Color Harmonies of #FF40C5
Complementary color
Monochromatic Colors of #FF40C5
Black with #FF40C5
Text Example
Text Example
White with #FF40C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40C5; }
p { color: rgb(255,64,197); }
H1.HeaderClassName
{
color: #FF40C5;
}
.AnyTagClassName
{
color: #FF40C5;
}
</style>
background-color css
<style>
a { background-color: #FF40C5; }
a { background-color: rgb(255,64,197); }
div.DivClassName
{
background-color: #FF40C5;
}
.BgClassName
{
background-color: #FF40C5;
}
</style>
border-color css
<style>
span { border-color: #FF40C5; }
span { border-color: rgb(255,64,197); }
td.TdClassName
{
border-color: #FF40C5;
}
.TagClassName
{
border-color: #FF40C5;
}
</style>