Shades of Razzle Dazzle Rose #FB3BDF
Tints of Razzle Dazzle Rose #FB3BDF
RGB
CMYK
RGB Variations
Color information
#FB3BDF (or 0xFB3BDF) is known color: Razzle Dazzle Rose. HEX triplet: FB, 3B and DF. RGB value is (251,59,223). Sum of RGB (Red+Green+Blue) = 251+59+223=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 59 (23.44% from 255 or 11.07% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB3BDF is #04C420. Grayscale: #868686. Windows color (decimal): -312353 or 14629883. OLE color: 14629883.
HSL color Cylindrical-coordinate representation of color #FB3BDF: hue angle of 308.75º 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 #FB3BDF is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 59 | 223 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.02 |
| HSL | 308.75º | 0.96% | 0.61% | - |
| HSV(B) | 308.75º | 0.76% | 0.98% | - |
| XYZ | 54.67 | 28.96 | 72.52 | - |
| YUV | 135.1 | 177.61 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 59 | 223 | 0 | 0.76 | 0.11 | 0.02 | 308.75 | 0.96 | 0.61 |
| Hex | FB | 3B | DF | 0 | 4C | B | 2 | 135 | 60 | 3D |
| Octal | 373 | 73 | 337 | 0 | 114 | 13 | 2 | 465 | 140 | 75 |
| Binary | 11111011 | 111011 | 11011111 | 0 | 1001100 | 1011 | 10 | 100110101 | 1100000 | 111101 |
Color Harmonies of #FB3BDF
Complementary color
Monochromatic Colors of #FB3BDF
Black with #FB3BDF
Text Example
Text Example
White with #FB3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3BDF; }
p { color: rgb(251,59,223); }
H1.HeaderClassName
{
color: #FB3BDF;
}
.AnyTagClassName
{
color: #FB3BDF;
}
</style>
background-color css
<style>
a { background-color: #FB3BDF; }
a { background-color: rgb(251,59,223); }
div.DivClassName
{
background-color: #FB3BDF;
}
.BgClassName
{
background-color: #FB3BDF;
}
</style>
border-color css
<style>
span { border-color: #FB3BDF; }
span { border-color: rgb(251,59,223); }
td.TdClassName
{
border-color: #FB3BDF;
}
.TagClassName
{
border-color: #FB3BDF;
}
</style>