Shades of Razzle Dazzle Rose #FB3DDD
Tints of Razzle Dazzle Rose #FB3DDD
RGB
CMYK
RGB Variations
Color information
#FB3DDD (or 0xFB3DDD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3D and DD. RGB value is (251,61,221). Sum of RGB (Red+Green+Blue) = 251+61+221=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 61 (24.22% from 255 or 11.44% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3DDD is #04C222. Grayscale: #878787. Windows color (decimal): -311843 or 14499323. OLE color: 14499323.
HSL color Cylindrical-coordinate representation of color #FB3DDD: hue angle of 309.47º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3DDD is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 61 | 221 | - |
| CMYK | 0 | 0.76 | 0.12 | 0.02 |
| HSL | 309.47º | 0.96% | 0.61% | - |
| HSV(B) | 309.47º | 0.76% | 0.98% | - |
| XYZ | 54.5 | 29.07 | 71.14 | - |
| YUV | 136.05 | 175.95 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 61 | 221 | 0 | 0.76 | 0.12 | 0.02 | 309.47 | 0.96 | 0.61 |
| Hex | FB | 3D | DD | 0 | 4C | C | 2 | 135 | 60 | 3D |
| Octal | 373 | 75 | 335 | 0 | 114 | 14 | 2 | 465 | 140 | 75 |
| Binary | 11111011 | 111101 | 11011101 | 0 | 1001100 | 1100 | 10 | 100110101 | 1100000 | 111101 |
Color Harmonies of #FB3DDD
Complementary color
Monochromatic Colors of #FB3DDD
Black with #FB3DDD
Text Example
Text Example
White with #FB3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3DDD; }
p { color: rgb(251,61,221); }
H1.HeaderClassName
{
color: #FB3DDD;
}
.AnyTagClassName
{
color: #FB3DDD;
}
</style>
background-color css
<style>
a { background-color: #FB3DDD; }
a { background-color: rgb(251,61,221); }
div.DivClassName
{
background-color: #FB3DDD;
}
.BgClassName
{
background-color: #FB3DDD;
}
</style>
border-color css
<style>
span { border-color: #FB3DDD; }
span { border-color: rgb(251,61,221); }
td.TdClassName
{
border-color: #FB3DDD;
}
.TagClassName
{
border-color: #FB3DDD;
}
</style>