Shades of Razzle Dazzle Rose #FF40BD
Tints of Razzle Dazzle Rose #FF40BD
RGB
CMYK
RGB Variations
Color information
#FF40BD (or 0xFF40BD) is known color: Razzle Dazzle Rose. HEX triplet: FF, 40 and BD. RGB value is (255,64,189). Sum of RGB (Red+Green+Blue) = 255+64+189=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 64 (25.39% from 255 or 12.60% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40BD is #00BF42. Grayscale: #878787. Windows color (decimal): -48963 or 12402943. OLE color: 12402943.
HSL color Cylindrical-coordinate representation of color #FF40BD: hue angle of 320.73º 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 #FF40BD is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 189 | - |
| CMYK | 0 | 0.75 | 0.26 | 0 |
| HSL | 320.73º | 1% | 0.63% | - |
| HSV(B) | 320.73º | 0.75% | 1% | - |
| XYZ | 52.26 | 28.6 | 50.91 | - |
| YUV | 135.36 | 158.28 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 189 | 0 | 0.75 | 0.26 | 0 | 320.73 | 1 | 0.63 |
| Hex | FF | 40 | BD | 0 | 4B | 1A | 0 | 141 | 64 | 3F |
| Octal | 377 | 100 | 275 | 0 | 113 | 32 | 0 | 501 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10111101 | 0 | 1001011 | 11010 | 0 | 101000001 | 1100100 | 111111 |
Color Harmonies of #FF40BD
Complementary color
Monochromatic Colors of #FF40BD
Black with #FF40BD
Text Example
Text Example
White with #FF40BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40BD; }
p { color: rgb(255,64,189); }
H1.HeaderClassName
{
color: #FF40BD;
}
.AnyTagClassName
{
color: #FF40BD;
}
</style>
background-color css
<style>
a { background-color: #FF40BD; }
a { background-color: rgb(255,64,189); }
div.DivClassName
{
background-color: #FF40BD;
}
.BgClassName
{
background-color: #FF40BD;
}
</style>
border-color css
<style>
span { border-color: #FF40BD; }
span { border-color: rgb(255,64,189); }
td.TdClassName
{
border-color: #FF40BD;
}
.TagClassName
{
border-color: #FF40BD;
}
</style>