Shades of Razzle Dazzle Rose #FF1FCC
Tints of Razzle Dazzle Rose #FF1FCC
RGB
CMYK
RGB Variations
Color information
#FF1FCC (or 0xFF1FCC) is known color: Razzle Dazzle Rose. HEX triplet: FF, 1F and CC. RGB value is (255,31,204). Sum of RGB (Red+Green+Blue) = 255+31+204=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 31 (12.5% from 255 or 6.33% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1FCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF1FCC is #00E033. Grayscale: #757575. Windows color (decimal): -57396 or 13377535. OLE color: 13377535.
HSL color Cylindrical-coordinate representation of color #FF1FCC: hue angle of 313.66º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1FCC is Cyan = 0, Magento = 0.88, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 204 | - |
| CMYK | 0 | 0.88 | 0.2 | 0 |
| HSL | 313.66º | 1% | 0.56% | - |
| HSV(B) | 313.66º | 0.88% | 1% | - |
| XYZ | 52.63 | 26.6 | 59.49 | - |
| YUV | 117.7 | 176.71 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 204 | 0 | 0.88 | 0.2 | 0 | 313.66 | 1 | 0.56 |
| Hex | FF | 1F | CC | 0 | 58 | 14 | 0 | 13A | 64 | 38 |
| Octal | 377 | 37 | 314 | 0 | 130 | 24 | 0 | 472 | 144 | 70 |
| Binary | 11111111 | 11111 | 11001100 | 0 | 1011000 | 10100 | 0 | 100111010 | 1100100 | 111000 |
Color Harmonies of #FF1FCC
Complementary color
Monochromatic Colors of #FF1FCC
Black with #FF1FCC
Text Example
Text Example
White with #FF1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1FCC; }
p { color: rgb(255,31,204); }
H1.HeaderClassName
{
color: #FF1FCC;
}
.AnyTagClassName
{
color: #FF1FCC;
}
</style>
background-color css
<style>
a { background-color: #FF1FCC; }
a { background-color: rgb(255,31,204); }
div.DivClassName
{
background-color: #FF1FCC;
}
.BgClassName
{
background-color: #FF1FCC;
}
</style>
border-color css
<style>
span { border-color: #FF1FCC; }
span { border-color: rgb(255,31,204); }
td.TdClassName
{
border-color: #FF1FCC;
}
.TagClassName
{
border-color: #FF1FCC;
}
</style>