Shades of Razzle Dazzle Rose #FB30C7
Tints of Razzle Dazzle Rose #FB30C7
RGB
CMYK
RGB Variations
Color information
#FB30C7 (or 0xFB30C7) is known color: Razzle Dazzle Rose. HEX triplet: FB, 30 and C7. RGB value is (251,48,199). Sum of RGB (Red+Green+Blue) = 251+48+199=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 48 (19.14% from 255 or 9.64% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB30C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB30C7 is #04CF38. Grayscale: #7D7D7D. Windows color (decimal): -315193 or 13054203. OLE color: 13054203.
HSL color Cylindrical-coordinate representation of color #FB30C7: hue angle of 315.37º 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 #FB30C7 is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 199 | - |
| CMYK | 0 | 0.81 | 0.21 | 0.02 |
| HSL | 315.37º | 0.96% | 0.59% | - |
| HSV(B) | 315.37º | 0.81% | 0.98% | - |
| XYZ | 51.15 | 26.75 | 56.5 | - |
| YUV | 125.91 | 169.25 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 199 | 0 | 0.81 | 0.21 | 0.02 | 315.37 | 0.96 | 0.59 |
| Hex | FB | 30 | C7 | 0 | 51 | 15 | 2 | 13B | 60 | 3B |
| Octal | 373 | 60 | 307 | 0 | 121 | 25 | 2 | 473 | 140 | 73 |
| Binary | 11111011 | 110000 | 11000111 | 0 | 1010001 | 10101 | 10 | 100111011 | 1100000 | 111011 |
Color Harmonies of #FB30C7
Complementary color
Monochromatic Colors of #FB30C7
Black with #FB30C7
Text Example
Text Example
White with #FB30C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB30C7; }
p { color: rgb(251,48,199); }
H1.HeaderClassName
{
color: #FB30C7;
}
.AnyTagClassName
{
color: #FB30C7;
}
</style>
background-color css
<style>
a { background-color: #FB30C7; }
a { background-color: rgb(251,48,199); }
div.DivClassName
{
background-color: #FB30C7;
}
.BgClassName
{
background-color: #FB30C7;
}
</style>
border-color css
<style>
span { border-color: #FB30C7; }
span { border-color: rgb(251,48,199); }
td.TdClassName
{
border-color: #FB30C7;
}
.TagClassName
{
border-color: #FB30C7;
}
</style>