Shades of Razzle Dazzle Rose #FB30E7
Tints of Razzle Dazzle Rose #FB30E7
RGB
CMYK
RGB Variations
Color information
#FB30E7 (or 0xFB30E7) is known color: Razzle Dazzle Rose. HEX triplet: FB, 30 and E7. RGB value is (251,48,231). Sum of RGB (Red+Green+Blue) = 251+48+231=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 48 (19.14% from 255 or 9.06% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB30E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB30E7 is #04CF18. Grayscale: #818181. Windows color (decimal): -315161 or 15151355. OLE color: 15151355.
HSL color Cylindrical-coordinate representation of color #FB30E7: hue angle of 305.91º 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 #FB30E7 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 231 | - |
| CMYK | 0 | 0.81 | 0.08 | 0.02 |
| HSL | 305.91º | 0.96% | 0.59% | - |
| HSV(B) | 305.91º | 0.81% | 0.98% | - |
| XYZ | 55.26 | 28.39 | 78.17 | - |
| YUV | 129.56 | 185.25 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 231 | 0 | 0.81 | 0.08 | 0.02 | 305.91 | 0.96 | 0.59 |
| Hex | FB | 30 | E7 | 0 | 51 | 8 | 2 | 132 | 60 | 3B |
| Octal | 373 | 60 | 347 | 0 | 121 | 10 | 2 | 462 | 140 | 73 |
| Binary | 11111011 | 110000 | 11100111 | 0 | 1010001 | 1000 | 10 | 100110010 | 1100000 | 111011 |
Color Harmonies of #FB30E7
Complementary color
Monochromatic Colors of #FB30E7
Black with #FB30E7
Text Example
Text Example
White with #FB30E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB30E7; }
p { color: rgb(251,48,231); }
H1.HeaderClassName
{
color: #FB30E7;
}
.AnyTagClassName
{
color: #FB30E7;
}
</style>
background-color css
<style>
a { background-color: #FB30E7; }
a { background-color: rgb(251,48,231); }
div.DivClassName
{
background-color: #FB30E7;
}
.BgClassName
{
background-color: #FB30E7;
}
</style>
border-color css
<style>
span { border-color: #FB30E7; }
span { border-color: rgb(251,48,231); }
td.TdClassName
{
border-color: #FB30E7;
}
.TagClassName
{
border-color: #FB30E7;
}
</style>