Shades of Razzle Dazzle Rose #FB30E4
Tints of Razzle Dazzle Rose #FB30E4
RGB
CMYK
RGB Variations
Color information
#FB30E4 (or 0xFB30E4) is known color: Razzle Dazzle Rose. HEX triplet: FB, 30 and E4. RGB value is (251,48,228). Sum of RGB (Red+Green+Blue) = 251+48+228=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 48 (19.14% from 255 or 9.11% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB30E4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB30E4 is #04CF1B. Grayscale: #808080. Windows color (decimal): -315164 or 14954747. OLE color: 14954747.
HSL color Cylindrical-coordinate representation of color #FB30E4: hue angle of 306.8º 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 #FB30E4 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 228 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.02 |
| HSL | 306.8º | 0.96% | 0.59% | - |
| HSV(B) | 306.8º | 0.81% | 0.98% | - |
| XYZ | 54.84 | 28.22 | 75.96 | - |
| YUV | 129.22 | 183.75 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 228 | 0 | 0.81 | 0.09 | 0.02 | 306.8 | 0.96 | 0.59 |
| Hex | FB | 30 | E4 | 0 | 51 | 9 | 2 | 133 | 60 | 3B |
| Octal | 373 | 60 | 344 | 0 | 121 | 11 | 2 | 463 | 140 | 73 |
| Binary | 11111011 | 110000 | 11100100 | 0 | 1010001 | 1001 | 10 | 100110011 | 1100000 | 111011 |
Color Harmonies of #FB30E4
Complementary color
Monochromatic Colors of #FB30E4
Black with #FB30E4
Text Example
Text Example
White with #FB30E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB30E4; }
p { color: rgb(251,48,228); }
H1.HeaderClassName
{
color: #FB30E4;
}
.AnyTagClassName
{
color: #FB30E4;
}
</style>
background-color css
<style>
a { background-color: #FB30E4; }
a { background-color: rgb(251,48,228); }
div.DivClassName
{
background-color: #FB30E4;
}
.BgClassName
{
background-color: #FB30E4;
}
</style>
border-color css
<style>
span { border-color: #FB30E4; }
span { border-color: rgb(251,48,228); }
td.TdClassName
{
border-color: #FB30E4;
}
.TagClassName
{
border-color: #FB30E4;
}
</style>