Shades of Razzle Dazzle Rose #FB3FDD
Tints of Razzle Dazzle Rose #FB3FDD
RGB
CMYK
RGB Variations
Color information
#FB3FDD (or 0xFB3FDD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3F and DD. RGB value is (251,63,221). Sum of RGB (Red+Green+Blue) = 251+63+221=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 63 (25% from 255 or 11.78% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3FDD is #04C022. Grayscale: #888888. Windows color (decimal): -311331 or 14499835. OLE color: 14499835.
HSL color Cylindrical-coordinate representation of color #FB3FDD: hue angle of 309.57º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3FDD is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 221 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.02 |
| HSL | 309.57º | 0.96% | 0.62% | - |
| HSV(B) | 309.57º | 0.75% | 0.98% | - |
| XYZ | 54.61 | 29.28 | 71.18 | - |
| YUV | 137.22 | 175.28 | 209.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 221 | 0 | 0.75 | 0.12 | 0.02 | 309.57 | 0.96 | 0.62 |
| Hex | FB | 3F | DD | 0 | 4B | C | 2 | 136 | 60 | 3E |
| Octal | 373 | 77 | 335 | 0 | 113 | 14 | 2 | 466 | 140 | 76 |
| Binary | 11111011 | 111111 | 11011101 | 0 | 1001011 | 1100 | 10 | 100110110 | 1100000 | 111110 |
Color Harmonies of #FB3FDD
Complementary color
Monochromatic Colors of #FB3FDD
Black with #FB3FDD
Text Example
Text Example
White with #FB3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3FDD; }
p { color: rgb(251,63,221); }
H1.HeaderClassName
{
color: #FB3FDD;
}
.AnyTagClassName
{
color: #FB3FDD;
}
</style>
background-color css
<style>
a { background-color: #FB3FDD; }
a { background-color: rgb(251,63,221); }
div.DivClassName
{
background-color: #FB3FDD;
}
.BgClassName
{
background-color: #FB3FDD;
}
</style>
border-color css
<style>
span { border-color: #FB3FDD; }
span { border-color: rgb(251,63,221); }
td.TdClassName
{
border-color: #FB3FDD;
}
.TagClassName
{
border-color: #FB3FDD;
}
</style>