Shades of Razzle Dazzle Rose #FB30D5
Tints of Razzle Dazzle Rose #FB30D5
RGB
CMYK
RGB Variations
Color information
#FB30D5 (or 0xFB30D5) is known color: Razzle Dazzle Rose. HEX triplet: FB, 30 and D5. RGB value is (251,48,213). Sum of RGB (Red+Green+Blue) = 251+48+213=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 48 (19.14% from 255 or 9.38% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB30D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB30D5 is #04CF2A. Grayscale: #7F7F7F. Windows color (decimal): -315179 or 13971707. OLE color: 13971707.
HSL color Cylindrical-coordinate representation of color #FB30D5: hue angle of 311.23º 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 #FB30D5 is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 213 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.02 |
| HSL | 311.23º | 0.96% | 0.59% | - |
| HSV(B) | 311.23º | 0.81% | 0.98% | - |
| XYZ | 52.85 | 27.43 | 65.46 | - |
| YUV | 127.51 | 176.25 | 216.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 213 | 0 | 0.81 | 0.15 | 0.02 | 311.23 | 0.96 | 0.59 |
| Hex | FB | 30 | D5 | 0 | 51 | F | 2 | 137 | 60 | 3B |
| Octal | 373 | 60 | 325 | 0 | 121 | 17 | 2 | 467 | 140 | 73 |
| Binary | 11111011 | 110000 | 11010101 | 0 | 1010001 | 1111 | 10 | 100110111 | 1100000 | 111011 |
Color Harmonies of #FB30D5
Complementary color
Monochromatic Colors of #FB30D5
Black with #FB30D5
Text Example
Text Example
White with #FB30D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB30D5; }
p { color: rgb(251,48,213); }
H1.HeaderClassName
{
color: #FB30D5;
}
.AnyTagClassName
{
color: #FB30D5;
}
</style>
background-color css
<style>
a { background-color: #FB30D5; }
a { background-color: rgb(251,48,213); }
div.DivClassName
{
background-color: #FB30D5;
}
.BgClassName
{
background-color: #FB30D5;
}
</style>
border-color css
<style>
span { border-color: #FB30D5; }
span { border-color: rgb(251,48,213); }
td.TdClassName
{
border-color: #FB30D5;
}
.TagClassName
{
border-color: #FB30D5;
}
</style>