Shades of Razzle Dazzle Rose #F045BC
Tints of Razzle Dazzle Rose #F045BC
RGB
CMYK
RGB Variations
Color information
#F045BC (or 0xF045BC) is known color: Razzle Dazzle Rose. HEX triplet: F0, 45 and BC. RGB value is (240,69,188). Sum of RGB (Red+Green+Blue) = 240+69+188=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 240 - color contains mainly: red. Hex color #F045BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F045BC is #0FBA43. Grayscale: #858585. Windows color (decimal): -1030724 or 12338672. OLE color: 12338672.
HSL color Cylindrical-coordinate representation of color #F045BC: hue angle of 318.25º 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 #F045BC is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 188 | - |
| CMYK | 0 | 0.71 | 0.22 | 0.06 |
| HSL | 318.25º | 0.85% | 0.61% | - |
| HSV(B) | 318.25º | 0.71% | 0.94% | - |
| XYZ | 47.14 | 26.41 | 50.19 | - |
| YUV | 133.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 188 | 0 | 0.71 | 0.22 | 0.06 | 318.25 | 0.85 | 0.61 |
| Hex | F0 | 45 | BC | 0 | 47 | 16 | 6 | 13E | 55 | 3D |
| Octal | 360 | 105 | 274 | 0 | 107 | 26 | 6 | 476 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10111100 | 0 | 1000111 | 10110 | 110 | 100111110 | 1010101 | 111101 |
Color Harmonies of #F045BC
Complementary color
Monochromatic Colors of #F045BC
Black with #F045BC
Text Example
Text Example
White with #F045BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F045BC; }
p { color: rgb(240,69,188); }
H1.HeaderClassName
{
color: #F045BC;
}
.AnyTagClassName
{
color: #F045BC;
}
</style>
background-color css
<style>
a { background-color: #F045BC; }
a { background-color: rgb(240,69,188); }
div.DivClassName
{
background-color: #F045BC;
}
.BgClassName
{
background-color: #F045BC;
}
</style>
border-color css
<style>
span { border-color: #F045BC; }
span { border-color: rgb(240,69,188); }
td.TdClassName
{
border-color: #F045BC;
}
.TagClassName
{
border-color: #F045BC;
}
</style>