Shades of Razzle Dazzle Rose #FF3CCB
Tints of Razzle Dazzle Rose #FF3CCB
RGB
CMYK
RGB Variations
Color information
#FF3CCB (or 0xFF3CCB) is known color: Razzle Dazzle Rose. HEX triplet: FF, 3C and CB. RGB value is (255,60,203). Sum of RGB (Red+Green+Blue) = 255+60+203=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 60 (23.83% from 255 or 11.58% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3CCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF3CCB is #00C334. Grayscale: #868686. Windows color (decimal): -49973 or 13319423. OLE color: 13319423.
HSL color Cylindrical-coordinate representation of color #FF3CCB: hue angle of 316º 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 #FF3CCB is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 203 | - |
| CMYK | 0 | 0.76 | 0.20 | 0 |
| HSL | 316º | 1% | 0.62% | - |
| HSV(B) | 316º | 0.76% | 1% | - |
| XYZ | 53.64 | 28.8 | 59.23 | - |
| YUV | 134.61 | 166.6 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 203 | 0 | 0.76 | 0.20 | 0 | 316 | 1 | 0.62 |
| Hex | FF | 3C | CB | 0 | 4C | 14 | 0 | 13C | 64 | 3E |
| Octal | 377 | 74 | 313 | 0 | 114 | 24 | 0 | 474 | 144 | 76 |
| Binary | 11111111 | 111100 | 11001011 | 0 | 1001100 | 10100 | 0 | 100111100 | 1100100 | 111110 |
Color Harmonies of #FF3CCB
Complementary color
Monochromatic Colors of #FF3CCB
Black with #FF3CCB
Text Example
Text Example
White with #FF3CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3CCB; }
p { color: rgb(255,60,203); }
H1.HeaderClassName
{
color: #FF3CCB;
}
.AnyTagClassName
{
color: #FF3CCB;
}
</style>
background-color css
<style>
a { background-color: #FF3CCB; }
a { background-color: rgb(255,60,203); }
div.DivClassName
{
background-color: #FF3CCB;
}
.BgClassName
{
background-color: #FF3CCB;
}
</style>
border-color css
<style>
span { border-color: #FF3CCB; }
span { border-color: rgb(255,60,203); }
td.TdClassName
{
border-color: #FF3CCB;
}
.TagClassName
{
border-color: #FF3CCB;
}
</style>