Shades of Razzle Dazzle Rose #FB30B8
Tints of Razzle Dazzle Rose #FB30B8
RGB
CMYK
RGB Variations
Color information
#FB30B8 (or 0xFB30B8) is known color: Razzle Dazzle Rose. HEX triplet: FB, 30 and B8. RGB value is (251,48,184). Sum of RGB (Red+Green+Blue) = 251+48+184=483 (63% of max value = 765). Red value is 251 (98.44% from 255 or 51.97% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 184 (72.27% from 255 or 38.10% from 483); Max value from RGB is 251 - color contains mainly: red. Hex color #FB30B8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB30B8 is #04CF47. Grayscale: #7B7B7B. Windows color (decimal): -315208 or 12071163. OLE color: 12071163.
HSL color Cylindrical-coordinate representation of color #FB30B8: hue angle of 319.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 #FB30B8 is Cyan = 0, Magento = 0.81, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 184 | - |
| CMYK | 0 | 0.81 | 0.27 | 0.02 |
| HSL | 319.8º | 0.96% | 0.59% | - |
| HSV(B) | 319.8º | 0.81% | 0.98% | - |
| XYZ | 49.49 | 26.08 | 47.77 | - |
| YUV | 124.2 | 161.75 | 218.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 184 | 0 | 0.81 | 0.27 | 0.02 | 319.8 | 0.96 | 0.59 |
| Hex | FB | 30 | B8 | 0 | 51 | 1B | 2 | 140 | 60 | 3B |
| Octal | 373 | 60 | 270 | 0 | 121 | 33 | 2 | 500 | 140 | 73 |
| Binary | 11111011 | 110000 | 10111000 | 0 | 1010001 | 11011 | 10 | 101000000 | 1100000 | 111011 |
Color Harmonies of #FB30B8
Complementary color
Monochromatic Colors of #FB30B8
Black with #FB30B8
Text Example
Text Example
White with #FB30B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB30B8; }
p { color: rgb(251,48,184); }
H1.HeaderClassName
{
color: #FB30B8;
}
.AnyTagClassName
{
color: #FB30B8;
}
</style>
background-color css
<style>
a { background-color: #FB30B8; }
a { background-color: rgb(251,48,184); }
div.DivClassName
{
background-color: #FB30B8;
}
.BgClassName
{
background-color: #FB30B8;
}
</style>
border-color css
<style>
span { border-color: #FB30B8; }
span { border-color: rgb(251,48,184); }
td.TdClassName
{
border-color: #FB30B8;
}
.TagClassName
{
border-color: #FB30B8;
}
</style>