Shades of Razzle Dazzle Rose #FB2DDC
Tints of Razzle Dazzle Rose #FB2DDC
RGB
CMYK
RGB Variations
Color information
#FB2DDC (or 0xFB2DDC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2D and DC. RGB value is (251,45,220). Sum of RGB (Red+Green+Blue) = 251+45+220=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 45 (17.97% from 255 or 8.72% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2DDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2DDC is #04D223. Grayscale: #7E7E7E. Windows color (decimal): -315940 or 14429691. OLE color: 14429691.
HSL color Cylindrical-coordinate representation of color #FB2DDC: hue angle of 309.03º 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 #FB2DDC is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 220 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.02 |
| HSL | 309.03º | 0.96% | 0.58% | - |
| HSV(B) | 309.03º | 0.82% | 0.98% | - |
| XYZ | 53.64 | 27.55 | 70.2 | - |
| YUV | 126.54 | 180.75 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 220 | 0 | 0.82 | 0.12 | 0.02 | 309.03 | 0.96 | 0.58 |
| Hex | FB | 2D | DC | 0 | 52 | C | 2 | 135 | 60 | 3A |
| Octal | 373 | 55 | 334 | 0 | 122 | 14 | 2 | 465 | 140 | 72 |
| Binary | 11111011 | 101101 | 11011100 | 0 | 1010010 | 1100 | 10 | 100110101 | 1100000 | 111010 |
Color Harmonies of #FB2DDC
Complementary color
Monochromatic Colors of #FB2DDC
Black with #FB2DDC
Text Example
Text Example
White with #FB2DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2DDC; }
p { color: rgb(251,45,220); }
H1.HeaderClassName
{
color: #FB2DDC;
}
.AnyTagClassName
{
color: #FB2DDC;
}
</style>
background-color css
<style>
a { background-color: #FB2DDC; }
a { background-color: rgb(251,45,220); }
div.DivClassName
{
background-color: #FB2DDC;
}
.BgClassName
{
background-color: #FB2DDC;
}
</style>
border-color css
<style>
span { border-color: #FB2DDC; }
span { border-color: rgb(251,45,220); }
td.TdClassName
{
border-color: #FB2DDC;
}
.TagClassName
{
border-color: #FB2DDC;
}
</style>