Shades of Razzle Dazzle Rose #FB40EE
Tints of Razzle Dazzle Rose #FB40EE
RGB
CMYK
RGB Variations
Color information
#FB40EE (or 0xFB40EE) is known color: Razzle Dazzle Rose. HEX triplet: FB, 40 and EE. RGB value is (251,64,238). Sum of RGB (Red+Green+Blue) = 251+64+238=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 64 (25.39% from 255 or 11.57% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 251 - color contains mainly: red. Hex color #FB40EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB40EE is #04BF11. Grayscale: #8B8B8B. Windows color (decimal): -311058 or 15614203. OLE color: 15614203.
HSL color Cylindrical-coordinate representation of color #FB40EE: hue angle of 304.17º 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 #FB40EE is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 238 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.02 |
| HSL | 304.17º | 0.96% | 0.62% | - |
| HSV(B) | 304.17º | 0.75% | 0.98% | - |
| XYZ | 57.05 | 30.35 | 83.74 | - |
| YUV | 139.75 | 183.45 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 238 | 0 | 0.75 | 0.05 | 0.02 | 304.17 | 0.96 | 0.62 |
| Hex | FB | 40 | EE | 0 | 4B | 5 | 2 | 130 | 60 | 3E |
| Octal | 373 | 100 | 356 | 0 | 113 | 5 | 2 | 460 | 140 | 76 |
| Binary | 11111011 | 1000000 | 11101110 | 0 | 1001011 | 101 | 10 | 100110000 | 1100000 | 111110 |
Color Harmonies of #FB40EE
Complementary color
Monochromatic Colors of #FB40EE
Black with #FB40EE
Text Example
Text Example
White with #FB40EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB40EE; }
p { color: rgb(251,64,238); }
H1.HeaderClassName
{
color: #FB40EE;
}
.AnyTagClassName
{
color: #FB40EE;
}
</style>
background-color css
<style>
a { background-color: #FB40EE; }
a { background-color: rgb(251,64,238); }
div.DivClassName
{
background-color: #FB40EE;
}
.BgClassName
{
background-color: #FB40EE;
}
</style>
border-color css
<style>
span { border-color: #FB40EE; }
span { border-color: rgb(251,64,238); }
td.TdClassName
{
border-color: #FB40EE;
}
.TagClassName
{
border-color: #FB40EE;
}
</style>