Shades of Razzle Dazzle Rose #FF2CC9
Tints of Razzle Dazzle Rose #FF2CC9
RGB
CMYK
RGB Variations
Color information
#FF2CC9 (or 0xFF2CC9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 2C and C9. RGB value is (255,44,201). Sum of RGB (Red+Green+Blue) = 255+44+201=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 44 (17.58% from 255 or 8.8% from 500); Blue value is 201 (78.91% from 255 or 40.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2CC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF2CC9 is #00D336. Grayscale: #7C7C7C. Windows color (decimal): -54071 or 13184255. OLE color: 13184255.
HSL color Cylindrical-coordinate representation of color #FF2CC9: hue angle of 315.36º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF2CC9 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 201 | - |
| CMYK | 0 | 0.83 | 0.21 | 0 |
| HSL | 315.36º | 1% | 0.59% | - |
| HSV(B) | 315.36º | 0.83% | 1% | - |
| XYZ | 52.68 | 27.28 | 57.75 | - |
| YUV | 124.99 | 170.9 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 201 | 0 | 0.83 | 0.21 | 0 | 315.36 | 1 | 0.59 |
| Hex | FF | 2C | C9 | 0 | 53 | 15 | 0 | 13B | 64 | 3B |
| Octal | 377 | 54 | 311 | 0 | 123 | 25 | 0 | 473 | 144 | 73 |
| Binary | 11111111 | 101100 | 11001001 | 0 | 1010011 | 10101 | 0 | 100111011 | 1100100 | 111011 |
Color Harmonies of #FF2CC9
Complementary color
Monochromatic Colors of #FF2CC9
Black with #FF2CC9
Text Example
Text Example
White with #FF2CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2CC9; }
p { color: rgb(255,44,201); }
H1.HeaderClassName
{
color: #FF2CC9;
}
.AnyTagClassName
{
color: #FF2CC9;
}
</style>
background-color css
<style>
a { background-color: #FF2CC9; }
a { background-color: rgb(255,44,201); }
div.DivClassName
{
background-color: #FF2CC9;
}
.BgClassName
{
background-color: #FF2CC9;
}
</style>
border-color css
<style>
span { border-color: #FF2CC9; }
span { border-color: rgb(255,44,201); }
td.TdClassName
{
border-color: #FF2CC9;
}
.TagClassName
{
border-color: #FF2CC9;
}
</style>