Shades of Razzle Dazzle Rose #FB2DDF
Tints of Razzle Dazzle Rose #FB2DDF
RGB
CMYK
RGB Variations
Color information
#FB2DDF (or 0xFB2DDF) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2D and DF. RGB value is (251,45,223). Sum of RGB (Red+Green+Blue) = 251+45+223=519 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.36% from 519); Green value is 45 (17.97% from 255 or 8.67% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2DDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2DDF is #04D220. Grayscale: #7E7E7E. Windows color (decimal): -315937 or 14626299. OLE color: 14626299.
HSL color Cylindrical-coordinate representation of color #FB2DDF: hue angle of 308.16º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2DDF is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 223 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.02 |
| HSL | 308.16º | 0.96% | 0.58% | - |
| HSV(B) | 308.16º | 0.82% | 0.98% | - |
| XYZ | 54.04 | 27.71 | 72.31 | - |
| YUV | 126.89 | 182.25 | 216.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 223 | 0 | 0.82 | 0.11 | 0.02 | 308.16 | 0.96 | 0.58 |
| Hex | FB | 2D | DF | 0 | 52 | B | 2 | 134 | 60 | 3A |
| Octal | 373 | 55 | 337 | 0 | 122 | 13 | 2 | 464 | 140 | 72 |
| Binary | 11111011 | 101101 | 11011111 | 0 | 1010010 | 1011 | 10 | 100110100 | 1100000 | 111010 |
Color Harmonies of #FB2DDF
Complementary color
Monochromatic Colors of #FB2DDF
Black with #FB2DDF
Text Example
Text Example
White with #FB2DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2DDF; }
p { color: rgb(251,45,223); }
H1.HeaderClassName
{
color: #FB2DDF;
}
.AnyTagClassName
{
color: #FB2DDF;
}
</style>
background-color css
<style>
a { background-color: #FB2DDF; }
a { background-color: rgb(251,45,223); }
div.DivClassName
{
background-color: #FB2DDF;
}
.BgClassName
{
background-color: #FB2DDF;
}
</style>
border-color css
<style>
span { border-color: #FB2DDF; }
span { border-color: rgb(251,45,223); }
td.TdClassName
{
border-color: #FB2DDF;
}
.TagClassName
{
border-color: #FB2DDF;
}
</style>