Shades of Razzle Dazzle Rose #FB2CCD
Tints of Razzle Dazzle Rose #FB2CCD
RGB
CMYK
RGB Variations
Color information
#FB2CCD (or 0xFB2CCD) is known color: Razzle Dazzle Rose. HEX triplet: FB, 2C and CD. RGB value is (251,44,205). Sum of RGB (Red+Green+Blue) = 251+44+205=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 44 (17.58% from 255 or 8.8% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB2CCD is #04D332. Grayscale: #7B7B7B. Windows color (decimal): -316211 or 13446395. OLE color: 13446395.
HSL color Cylindrical-coordinate representation of color #FB2CCD: hue angle of 313.33º 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 #FB2CCD is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 44 | 205 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.02 |
| HSL | 313.33º | 0.96% | 0.58% | - |
| HSV(B) | 313.33º | 0.82% | 0.98% | - |
| XYZ | 51.7 | 26.72 | 60.19 | - |
| YUV | 124.25 | 173.58 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 44 | 205 | 0 | 0.82 | 0.18 | 0.02 | 313.33 | 0.96 | 0.58 |
| Hex | FB | 2C | CD | 0 | 52 | 12 | 2 | 139 | 60 | 3A |
| Octal | 373 | 54 | 315 | 0 | 122 | 22 | 2 | 471 | 140 | 72 |
| Binary | 11111011 | 101100 | 11001101 | 0 | 1010010 | 10010 | 10 | 100111001 | 1100000 | 111010 |
Color Harmonies of #FB2CCD
Complementary color
Monochromatic Colors of #FB2CCD
Black with #FB2CCD
Text Example
Text Example
White with #FB2CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2CCD; }
p { color: rgb(251,44,205); }
H1.HeaderClassName
{
color: #FB2CCD;
}
.AnyTagClassName
{
color: #FB2CCD;
}
</style>
background-color css
<style>
a { background-color: #FB2CCD; }
a { background-color: rgb(251,44,205); }
div.DivClassName
{
background-color: #FB2CCD;
}
.BgClassName
{
background-color: #FB2CCD;
}
</style>
border-color css
<style>
span { border-color: #FB2CCD; }
span { border-color: rgb(251,44,205); }
td.TdClassName
{
border-color: #FB2CCD;
}
.TagClassName
{
border-color: #FB2CCD;
}
</style>