Shades of Razzle Dazzle Rose #F045D0
Tints of Razzle Dazzle Rose #F045D0
RGB
CMYK
RGB Variations
Color information
#F045D0 (or 0xF045D0) is known color: Razzle Dazzle Rose. HEX triplet: F0, 45 and D0. RGB value is (240,69,208). Sum of RGB (Red+Green+Blue) = 240+69+208=517 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.42% from 517); Green value is 69 (27.34% from 255 or 13.35% from 517); Blue value is 208 (81.64% from 255 or 40.23% from 517); Max value from RGB is 240 - color contains mainly: red. Hex color #F045D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F045D0 is #0FBA2F. Grayscale: #878787. Windows color (decimal): -1030704 or 13649392. OLE color: 13649392.
HSL color Cylindrical-coordinate representation of color #F045D0: hue angle of 311.23º 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 #F045D0 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 208 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.06 |
| HSL | 311.23º | 0.85% | 0.61% | - |
| HSV(B) | 311.23º | 0.71% | 0.94% | - |
| XYZ | 49.45 | 27.34 | 62.34 | - |
| YUV | 135.98 | 168.65 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 208 | 0 | 0.71 | 0.13 | 0.06 | 311.23 | 0.85 | 0.61 |
| Hex | F0 | 45 | D0 | 0 | 47 | D | 6 | 137 | 55 | 3D |
| Octal | 360 | 105 | 320 | 0 | 107 | 15 | 6 | 467 | 125 | 75 |
| Binary | 11110000 | 1000101 | 11010000 | 0 | 1000111 | 1101 | 110 | 100110111 | 1010101 | 111101 |
Color Harmonies of #F045D0
Complementary color
Monochromatic Colors of #F045D0
Black with #F045D0
Text Example
Text Example
White with #F045D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F045D0; }
p { color: rgb(240,69,208); }
H1.HeaderClassName
{
color: #F045D0;
}
.AnyTagClassName
{
color: #F045D0;
}
</style>
background-color css
<style>
a { background-color: #F045D0; }
a { background-color: rgb(240,69,208); }
div.DivClassName
{
background-color: #F045D0;
}
.BgClassName
{
background-color: #F045D0;
}
</style>
border-color css
<style>
span { border-color: #F045D0; }
span { border-color: rgb(240,69,208); }
td.TdClassName
{
border-color: #F045D0;
}
.TagClassName
{
border-color: #F045D0;
}
</style>