Shades of Razzle Dazzle Rose #F048BA
Tints of Razzle Dazzle Rose #F048BA
RGB
CMYK
RGB Variations
Color information
#F048BA (or 0xF048BA) is known color: Razzle Dazzle Rose. HEX triplet: F0, 48 and BA. RGB value is (240,72,186). Sum of RGB (Red+Green+Blue) = 240+72+186=498 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.19% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 240 - color contains mainly: red. Hex color #F048BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F048BA is #0FB745. Grayscale: #868686. Windows color (decimal): -1029958 or 12208368. OLE color: 12208368.
HSL color Cylindrical-coordinate representation of color #F048BA: hue angle of 319.29º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F048BA is Cyan = 0, Magento = 0.7, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 72 | 186 | - |
| CMYK | 0 | 0.7 | 0.22 | 0.06 |
| HSL | 319.29º | 0.85% | 0.61% | - |
| HSV(B) | 319.29º | 0.7% | 0.94% | - |
| XYZ | 47.12 | 26.71 | 49.13 | - |
| YUV | 135.23 | 156.66 | 202.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 72 | 186 | 0 | 0.7 | 0.22 | 0.06 | 319.29 | 0.85 | 0.61 |
| Hex | F0 | 48 | BA | 0 | 46 | 16 | 6 | 13F | 55 | 3D |
| Octal | 360 | 110 | 272 | 0 | 106 | 26 | 6 | 477 | 125 | 75 |
| Binary | 11110000 | 1001000 | 10111010 | 0 | 1000110 | 10110 | 110 | 100111111 | 1010101 | 111101 |
Color Harmonies of #F048BA
Complementary color
Monochromatic Colors of #F048BA
Black with #F048BA
Text Example
Text Example
White with #F048BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F048BA; }
p { color: rgb(240,72,186); }
H1.HeaderClassName
{
color: #F048BA;
}
.AnyTagClassName
{
color: #F048BA;
}
</style>
background-color css
<style>
a { background-color: #F048BA; }
a { background-color: rgb(240,72,186); }
div.DivClassName
{
background-color: #F048BA;
}
.BgClassName
{
background-color: #F048BA;
}
</style>
border-color css
<style>
span { border-color: #F048BA; }
span { border-color: rgb(240,72,186); }
td.TdClassName
{
border-color: #F048BA;
}
.TagClassName
{
border-color: #F048BA;
}
</style>