Shades of Razzle Dazzle Rose #FB30DD
Tints of Razzle Dazzle Rose #FB30DD
RGB
CMYK
RGB Variations
Color information
#FB30DD (or 0xFB30DD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 30 and DD. RGB value is (251,48,221). Sum of RGB (Red+Green+Blue) = 251+48+221=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 48 (19.14% from 255 or 9.23% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB30DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB30DD is #04CF22. Grayscale: #7F7F7F. Windows color (decimal): -315171 or 14495995. OLE color: 14495995.
HSL color Cylindrical-coordinate representation of color #FB30DD: hue angle of 308.87º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB30DD is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 221 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.02 |
| HSL | 308.87º | 0.96% | 0.59% | - |
| HSV(B) | 308.87º | 0.81% | 0.98% | - |
| XYZ | 53.89 | 27.84 | 70.94 | - |
| YUV | 128.42 | 180.25 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 221 | 0 | 0.81 | 0.12 | 0.02 | 308.87 | 0.96 | 0.59 |
| Hex | FB | 30 | DD | 0 | 51 | C | 2 | 135 | 60 | 3B |
| Octal | 373 | 60 | 335 | 0 | 121 | 14 | 2 | 465 | 140 | 73 |
| Binary | 11111011 | 110000 | 11011101 | 0 | 1010001 | 1100 | 10 | 100110101 | 1100000 | 111011 |
Color Harmonies of #FB30DD
Complementary color
Monochromatic Colors of #FB30DD
Black with #FB30DD
Text Example
Text Example
White with #FB30DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB30DD; }
p { color: rgb(251,48,221); }
H1.HeaderClassName
{
color: #FB30DD;
}
.AnyTagClassName
{
color: #FB30DD;
}
</style>
background-color css
<style>
a { background-color: #FB30DD; }
a { background-color: rgb(251,48,221); }
div.DivClassName
{
background-color: #FB30DD;
}
.BgClassName
{
background-color: #FB30DD;
}
</style>
border-color css
<style>
span { border-color: #FB30DD; }
span { border-color: rgb(251,48,221); }
td.TdClassName
{
border-color: #FB30DD;
}
.TagClassName
{
border-color: #FB30DD;
}
</style>