Shades of Razzle Dazzle Rose #FF35DF
Tints of Razzle Dazzle Rose #FF35DF
RGB
CMYK
RGB Variations
Color information
#FF35DF (or 0xFF35DF) is known color: Razzle Dazzle Rose. HEX triplet: FF, 35 and DF. RGB value is (255,53,223). Sum of RGB (Red+Green+Blue) = 255+53+223=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 53 (21.09% from 255 or 9.98% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF35DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF35DF is #00CA20. Grayscale: #848484. Windows color (decimal): -51745 or 14628351. OLE color: 14628351.
HSL color Cylindrical-coordinate representation of color #FF35DF: hue angle of 309.5º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FF35DF is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 53 | 223 | - |
| CMYK | 0 | 0.79 | 0.13 | 0 |
| HSL | 309.5º | 1% | 0.6% | - |
| HSV(B) | 309.5º | 0.79% | 1% | - |
| XYZ | 55.83 | 29.13 | 72.49 | - |
| YUV | 132.78 | 178.92 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 53 | 223 | 0 | 0.79 | 0.13 | 0 | 309.5 | 1 | 0.6 |
| Hex | FF | 35 | DF | 0 | 4F | D | 0 | 136 | 64 | 3C |
| Octal | 377 | 65 | 337 | 0 | 117 | 15 | 0 | 466 | 144 | 74 |
| Binary | 11111111 | 110101 | 11011111 | 0 | 1001111 | 1101 | 0 | 100110110 | 1100100 | 111100 |
Color Harmonies of #FF35DF
Complementary color
Monochromatic Colors of #FF35DF
Black with #FF35DF
Text Example
Text Example
White with #FF35DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF35DF; }
p { color: rgb(255,53,223); }
H1.HeaderClassName
{
color: #FF35DF;
}
.AnyTagClassName
{
color: #FF35DF;
}
</style>
background-color css
<style>
a { background-color: #FF35DF; }
a { background-color: rgb(255,53,223); }
div.DivClassName
{
background-color: #FF35DF;
}
.BgClassName
{
background-color: #FF35DF;
}
</style>
border-color css
<style>
span { border-color: #FF35DF; }
span { border-color: rgb(255,53,223); }
td.TdClassName
{
border-color: #FF35DF;
}
.TagClassName
{
border-color: #FF35DF;
}
</style>