Shades of Razzle Dazzle Rose #FF3CC9
Tints of Razzle Dazzle Rose #FF3CC9
RGB
CMYK
RGB Variations
Color information
#FF3CC9 (or 0xFF3CC9) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3C and C9. RGB value is (255,60,201). Sum of RGB (Red+Green+Blue) = 255+60+201=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 60 (23.83% from 255 or 11.63% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3CC9 is #00C336. Grayscale: #868686. Windows color (decimal): -49975 or 13188351. OLE color: 13188351.
HSL color Cylindrical-coordinate representation of color #FF3CC9: hue angle of 316.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3CC9 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 201 | - |
| CMYK | 0 | 0.76 | 0.21 | 0 |
| HSL | 316.62º | 1% | 0.62% | - |
| HSV(B) | 316.62º | 0.76% | 1% | - |
| XYZ | 53.4 | 28.71 | 57.99 | - |
| YUV | 134.38 | 165.6 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 201 | 0 | 0.76 | 0.21 | 0 | 316.62 | 1 | 0.62 |
| Hex | FF | 3C | C9 | 0 | 4C | 15 | 0 | 13D | 64 | 3E |
| Octal | 377 | 74 | 311 | 0 | 114 | 25 | 0 | 475 | 144 | 76 |
| Binary | 11111111 | 111100 | 11001001 | 0 | 1001100 | 10101 | 0 | 100111101 | 1100100 | 111110 |
Color Harmonies of #FF3CC9
Complementary color
Monochromatic Colors of #FF3CC9
Black with #FF3CC9
Text Example
Text Example
White with #FF3CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3CC9; }
p { color: rgb(255,60,201); }
H1.HeaderClassName
{
color: #FF3CC9;
}
.AnyTagClassName
{
color: #FF3CC9;
}
</style>
background-color css
<style>
a { background-color: #FF3CC9; }
a { background-color: rgb(255,60,201); }
div.DivClassName
{
background-color: #FF3CC9;
}
.BgClassName
{
background-color: #FF3CC9;
}
</style>
border-color css
<style>
span { border-color: #FF3CC9; }
span { border-color: rgb(255,60,201); }
td.TdClassName
{
border-color: #FF3CC9;
}
.TagClassName
{
border-color: #FF3CC9;
}
</style>