Shades of Razzle Dazzle Rose #FB40EC
Tints of Razzle Dazzle Rose #FB40EC
RGB
CMYK
RGB Variations
Color information
#FB40EC (or 0xFB40EC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 40 and EC. RGB value is (251,64,236). Sum of RGB (Red+Green+Blue) = 251+64+236=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 64 (25.39% from 255 or 11.62% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB40EC is #04BF13. Grayscale: #8B8B8B. Windows color (decimal): -311060 or 15483131. OLE color: 15483131.
HSL color Cylindrical-coordinate representation of color #FB40EC: hue angle of 304.81º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB40EC is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 236 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.02 |
| HSL | 304.81º | 0.96% | 0.62% | - |
| HSV(B) | 304.81º | 0.75% | 0.98% | - |
| XYZ | 56.76 | 30.23 | 82.2 | - |
| YUV | 139.52 | 182.45 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 236 | 0 | 0.75 | 0.06 | 0.02 | 304.81 | 0.96 | 0.62 |
| Hex | FB | 40 | EC | 0 | 4B | 6 | 2 | 131 | 60 | 3E |
| Octal | 373 | 100 | 354 | 0 | 113 | 6 | 2 | 461 | 140 | 76 |
| Binary | 11111011 | 1000000 | 11101100 | 0 | 1001011 | 110 | 10 | 100110001 | 1100000 | 111110 |
Color Harmonies of #FB40EC
Complementary color
Monochromatic Colors of #FB40EC
Black with #FB40EC
Text Example
Text Example
White with #FB40EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB40EC; }
p { color: rgb(251,64,236); }
H1.HeaderClassName
{
color: #FB40EC;
}
.AnyTagClassName
{
color: #FB40EC;
}
</style>
background-color css
<style>
a { background-color: #FB40EC; }
a { background-color: rgb(251,64,236); }
div.DivClassName
{
background-color: #FB40EC;
}
.BgClassName
{
background-color: #FB40EC;
}
</style>
border-color css
<style>
span { border-color: #FB40EC; }
span { border-color: rgb(251,64,236); }
td.TdClassName
{
border-color: #FB40EC;
}
.TagClassName
{
border-color: #FB40EC;
}
</style>