Shades of Razzle Dazzle Rose #FB30D4
Tints of Razzle Dazzle Rose #FB30D4
RGB
CMYK
RGB Variations
Color information
#FB30D4 (or 0xFB30D4) is known color: Razzle Dazzle Rose. HEX triplet: FB, 30 and D4. RGB value is (251,48,212). Sum of RGB (Red+Green+Blue) = 251+48+212=511 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.12% from 511); Green value is 48 (19.14% from 255 or 9.39% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 251 - color contains mainly: red. Hex color #FB30D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB30D4 is #04CF2B. Grayscale: #7E7E7E. Windows color (decimal): -315180 or 13906171. OLE color: 13906171.
HSL color Cylindrical-coordinate representation of color #FB30D4: hue angle of 311.53º 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 #FB30D4 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 212 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.02 |
| HSL | 311.53º | 0.96% | 0.59% | - |
| HSV(B) | 311.53º | 0.81% | 0.98% | - |
| XYZ | 52.72 | 27.38 | 64.79 | - |
| YUV | 127.39 | 175.75 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 212 | 0 | 0.81 | 0.16 | 0.02 | 311.53 | 0.96 | 0.59 |
| Hex | FB | 30 | D4 | 0 | 51 | 10 | 2 | 138 | 60 | 3B |
| Octal | 373 | 60 | 324 | 0 | 121 | 20 | 2 | 470 | 140 | 73 |
| Binary | 11111011 | 110000 | 11010100 | 0 | 1010001 | 10000 | 10 | 100111000 | 1100000 | 111011 |
Color Harmonies of #FB30D4
Complementary color
Monochromatic Colors of #FB30D4
Black with #FB30D4
Text Example
Text Example
White with #FB30D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB30D4; }
p { color: rgb(251,48,212); }
H1.HeaderClassName
{
color: #FB30D4;
}
.AnyTagClassName
{
color: #FB30D4;
}
</style>
background-color css
<style>
a { background-color: #FB30D4; }
a { background-color: rgb(251,48,212); }
div.DivClassName
{
background-color: #FB30D4;
}
.BgClassName
{
background-color: #FB30D4;
}
</style>
border-color css
<style>
span { border-color: #FB30D4; }
span { border-color: rgb(251,48,212); }
td.TdClassName
{
border-color: #FB30D4;
}
.TagClassName
{
border-color: #FB30D4;
}
</style>