Shades of Razzle Dazzle Rose #F046D1
Tints of Razzle Dazzle Rose #F046D1
RGB
CMYK
RGB Variations
Color information
#F046D1 (or 0xF046D1) is known color: Razzle Dazzle Rose. HEX triplet: F0, 46 and D1. RGB value is (240,70,209). Sum of RGB (Red+Green+Blue) = 240+70+209=519 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.24% from 519); Green value is 70 (27.73% from 255 or 13.49% from 519); Blue value is 209 (82.03% from 255 or 40.27% from 519); Max value from RGB is 240 - color contains mainly: red. Hex color #F046D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F046D1 is #0FB92E. Grayscale: #888888. Windows color (decimal): -1030447 or 13715184. OLE color: 13715184.
HSL color Cylindrical-coordinate representation of color #F046D1: hue angle of 310.94º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F046D1 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 209 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.06 |
| HSL | 310.94º | 0.85% | 0.61% | - |
| HSV(B) | 310.94º | 0.71% | 0.94% | - |
| XYZ | 49.63 | 27.51 | 63.02 | - |
| YUV | 136.68 | 168.82 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 209 | 0 | 0.71 | 0.13 | 0.06 | 310.94 | 0.85 | 0.61 |
| Hex | F0 | 46 | D1 | 0 | 47 | D | 6 | 137 | 55 | 3D |
| Octal | 360 | 106 | 321 | 0 | 107 | 15 | 6 | 467 | 125 | 75 |
| Binary | 11110000 | 1000110 | 11010001 | 0 | 1000111 | 1101 | 110 | 100110111 | 1010101 | 111101 |
Color Harmonies of #F046D1
Complementary color
Monochromatic Colors of #F046D1
Black with #F046D1
Text Example
Text Example
White with #F046D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F046D1; }
p { color: rgb(240,70,209); }
H1.HeaderClassName
{
color: #F046D1;
}
.AnyTagClassName
{
color: #F046D1;
}
</style>
background-color css
<style>
a { background-color: #F046D1; }
a { background-color: rgb(240,70,209); }
div.DivClassName
{
background-color: #F046D1;
}
.BgClassName
{
background-color: #F046D1;
}
</style>
border-color css
<style>
span { border-color: #F046D1; }
span { border-color: rgb(240,70,209); }
td.TdClassName
{
border-color: #F046D1;
}
.TagClassName
{
border-color: #F046D1;
}
</style>