Shades of Razzle Dazzle Rose #F045D1
Tints of Razzle Dazzle Rose #F045D1
RGB
CMYK
RGB Variations
Color information
#F045D1 (or 0xF045D1) is known color: Razzle Dazzle Rose. HEX triplet: F0, 45 and D1. RGB value is (240,69,209). Sum of RGB (Red+Green+Blue) = 240+69+209=518 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.33% from 518); Green value is 69 (27.34% from 255 or 13.32% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 240 - color contains mainly: red. Hex color #F045D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F045D1 is #0FBA2E. Grayscale: #878787. Windows color (decimal): -1030703 or 13714928. OLE color: 13714928.
HSL color Cylindrical-coordinate representation of color #F045D1: hue angle of 310.88º 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 #F045D1 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 209 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.06 |
| HSL | 310.88º | 0.85% | 0.61% | - |
| HSV(B) | 310.88º | 0.71% | 0.94% | - |
| XYZ | 49.57 | 27.38 | 62.99 | - |
| YUV | 136.09 | 169.15 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 209 | 0 | 0.71 | 0.13 | 0.06 | 310.88 | 0.85 | 0.61 |
| Hex | F0 | 45 | D1 | 0 | 47 | D | 6 | 137 | 55 | 3D |
| Octal | 360 | 105 | 321 | 0 | 107 | 15 | 6 | 467 | 125 | 75 |
| Binary | 11110000 | 1000101 | 11010001 | 0 | 1000111 | 1101 | 110 | 100110111 | 1010101 | 111101 |
Color Harmonies of #F045D1
Complementary color
Monochromatic Colors of #F045D1
Black with #F045D1
Text Example
Text Example
White with #F045D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F045D1; }
p { color: rgb(240,69,209); }
H1.HeaderClassName
{
color: #F045D1;
}
.AnyTagClassName
{
color: #F045D1;
}
</style>
background-color css
<style>
a { background-color: #F045D1; }
a { background-color: rgb(240,69,209); }
div.DivClassName
{
background-color: #F045D1;
}
.BgClassName
{
background-color: #F045D1;
}
</style>
border-color css
<style>
span { border-color: #F045D1; }
span { border-color: rgb(240,69,209); }
td.TdClassName
{
border-color: #F045D1;
}
.TagClassName
{
border-color: #F045D1;
}
</style>