Shades of Razzle Dazzle Rose #FF40B6
Tints of Razzle Dazzle Rose #FF40B6
RGB
CMYK
RGB Variations
Color information
#FF40B6 (or 0xFF40B6) is known color: Razzle Dazzle Rose. HEX triplet: FF, 40 and B6. RGB value is (255,64,182). Sum of RGB (Red+Green+Blue) = 255+64+182=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF40B6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF40B6 is #00BF49. Grayscale: #868686. Windows color (decimal): -48970 or 11944191. OLE color: 11944191.
HSL color Cylindrical-coordinate representation of color #FF40B6: hue angle of 322.93º 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 #FF40B6 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 182 | - |
| CMYK | 0 | 0.75 | 0.29 | 0 |
| HSL | 322.93º | 1% | 0.63% | - |
| HSV(B) | 322.93º | 0.75% | 1% | - |
| XYZ | 51.52 | 28.3 | 47 | - |
| YUV | 134.56 | 154.78 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 182 | 0 | 0.75 | 0.29 | 0 | 322.93 | 1 | 0.63 |
| Hex | FF | 40 | B6 | 0 | 4B | 1D | 0 | 143 | 64 | 3F |
| Octal | 377 | 100 | 266 | 0 | 113 | 35 | 0 | 503 | 144 | 77 |
| Binary | 11111111 | 1000000 | 10110110 | 0 | 1001011 | 11101 | 0 | 101000011 | 1100100 | 111111 |
Color Harmonies of #FF40B6
Complementary color
Monochromatic Colors of #FF40B6
Black with #FF40B6
Text Example
Text Example
White with #FF40B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF40B6; }
p { color: rgb(255,64,182); }
H1.HeaderClassName
{
color: #FF40B6;
}
.AnyTagClassName
{
color: #FF40B6;
}
</style>
background-color css
<style>
a { background-color: #FF40B6; }
a { background-color: rgb(255,64,182); }
div.DivClassName
{
background-color: #FF40B6;
}
.BgClassName
{
background-color: #FF40B6;
}
</style>
border-color css
<style>
span { border-color: #FF40B6; }
span { border-color: rgb(255,64,182); }
td.TdClassName
{
border-color: #FF40B6;
}
.TagClassName
{
border-color: #FF40B6;
}
</style>