Shades of Razzle Dazzle Rose #FB30D2
Tints of Razzle Dazzle Rose #FB30D2
RGB
CMYK
RGB Variations
Color information
#FB30D2 (or 0xFB30D2) is known color: Razzle Dazzle Rose. HEX triplet: FB, 30 and D2. RGB value is (251,48,210). Sum of RGB (Red+Green+Blue) = 251+48+210=509 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.31% from 509); Green value is 48 (19.14% from 255 or 9.43% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 251 - color contains mainly: red. Hex color #FB30D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB30D2 is #04CF2D. Grayscale: #7E7E7E. Windows color (decimal): -315182 or 13775099. OLE color: 13775099.
HSL color Cylindrical-coordinate representation of color #FB30D2: hue angle of 312.12º 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 #FB30D2 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 210 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.02 |
| HSL | 312.12º | 0.96% | 0.59% | - |
| HSV(B) | 312.12º | 0.81% | 0.98% | - |
| XYZ | 52.47 | 27.28 | 63.47 | - |
| YUV | 127.17 | 174.75 | 216.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 210 | 0 | 0.81 | 0.16 | 0.02 | 312.12 | 0.96 | 0.59 |
| Hex | FB | 30 | D2 | 0 | 51 | 10 | 2 | 138 | 60 | 3B |
| Octal | 373 | 60 | 322 | 0 | 121 | 20 | 2 | 470 | 140 | 73 |
| Binary | 11111011 | 110000 | 11010010 | 0 | 1010001 | 10000 | 10 | 100111000 | 1100000 | 111011 |
Color Harmonies of #FB30D2
Complementary color
Monochromatic Colors of #FB30D2
Black with #FB30D2
Text Example
Text Example
White with #FB30D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB30D2; }
p { color: rgb(251,48,210); }
H1.HeaderClassName
{
color: #FB30D2;
}
.AnyTagClassName
{
color: #FB30D2;
}
</style>
background-color css
<style>
a { background-color: #FB30D2; }
a { background-color: rgb(251,48,210); }
div.DivClassName
{
background-color: #FB30D2;
}
.BgClassName
{
background-color: #FB30D2;
}
</style>
border-color css
<style>
span { border-color: #FB30D2; }
span { border-color: rgb(251,48,210); }
td.TdClassName
{
border-color: #FB30D2;
}
.TagClassName
{
border-color: #FB30D2;
}
</style>