Shades of Razzle Dazzle Rose #FB2CDC
Tints of Razzle Dazzle Rose #FB2CDC
RGB
CMYK
RGB Variations
Color information
#FB2CDC (or 0xFB2CDC) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2C and DC. RGB value is (251,44,220). Sum of RGB (Red+Green+Blue) = 251+44+220=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 44 (17.58% from 255 or 8.54% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2CDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2CDC is #04D323. Grayscale: #7D7D7D. Windows color (decimal): -316196 or 14429435. OLE color: 14429435.
HSL color Cylindrical-coordinate representation of color #FB2CDC: hue angle of 308.99º 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 #FB2CDC is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 220 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.02 |
| HSL | 308.99º | 0.96% | 0.58% | - |
| HSV(B) | 308.99º | 0.82% | 0.98% | - |
| XYZ | 53.6 | 27.48 | 70.19 | - |
| YUV | 125.96 | 181.08 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 220 | 0 | 0.82 | 0.12 | 0.02 | 308.99 | 0.96 | 0.58 |
| Hex | FB | 2C | DC | 0 | 52 | C | 2 | 135 | 60 | 3A |
| Octal | 373 | 54 | 334 | 0 | 122 | 14 | 2 | 465 | 140 | 72 |
| Binary | 11111011 | 101100 | 11011100 | 0 | 1010010 | 1100 | 10 | 100110101 | 1100000 | 111010 |
Color Harmonies of #FB2CDC
Complementary color
Monochromatic Colors of #FB2CDC
Black with #FB2CDC
Text Example
Text Example
White with #FB2CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2CDC; }
p { color: rgb(251,44,220); }
H1.HeaderClassName
{
color: #FB2CDC;
}
.AnyTagClassName
{
color: #FB2CDC;
}
</style>
background-color css
<style>
a { background-color: #FB2CDC; }
a { background-color: rgb(251,44,220); }
div.DivClassName
{
background-color: #FB2CDC;
}
.BgClassName
{
background-color: #FB2CDC;
}
</style>
border-color css
<style>
span { border-color: #FB2CDC; }
span { border-color: rgb(251,44,220); }
td.TdClassName
{
border-color: #FB2CDC;
}
.TagClassName
{
border-color: #FB2CDC;
}
</style>