Shades of Razzle Dazzle Rose #F42DBB
Tints of Razzle Dazzle Rose #F42DBB
RGB
CMYK
RGB Variations
Color information
#F42DBB (or 0xF42DBB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2D and BB. RGB value is (244,45,187). Sum of RGB (Red+Green+Blue) = 244+45+187=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 45 (17.97% from 255 or 9.45% from 476); Blue value is 187 (73.44% from 255 or 39.29% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F42DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42DBB is #0BD244. Grayscale: #787878. Windows color (decimal): -774725 or 12266996. OLE color: 12266996.
HSL color Cylindrical-coordinate representation of color #F42DBB: hue angle of 317.19º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42DBB is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 45 | 187 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.04 |
| HSL | 317.19º | 0.9% | 0.57% | - |
| HSV(B) | 317.19º | 0.82% | 0.96% | - |
| XYZ | 47.22 | 24.7 | 49.29 | - |
| YUV | 120.69 | 165.43 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 45 | 187 | 0 | 0.82 | 0.23 | 0.04 | 317.19 | 0.9 | 0.57 |
| Hex | F4 | 2D | BB | 0 | 52 | 17 | 4 | 13D | 5A | 39 |
| Octal | 364 | 55 | 273 | 0 | 122 | 27 | 4 | 475 | 132 | 71 |
| Binary | 11110100 | 101101 | 10111011 | 0 | 1010010 | 10111 | 100 | 100111101 | 1011010 | 111001 |
Color Harmonies of #F42DBB
Complementary color
Monochromatic Colors of #F42DBB
Black with #F42DBB
Text Example
Text Example
White with #F42DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42DBB; }
p { color: rgb(244,45,187); }
H1.HeaderClassName
{
color: #F42DBB;
}
.AnyTagClassName
{
color: #F42DBB;
}
</style>
background-color css
<style>
a { background-color: #F42DBB; }
a { background-color: rgb(244,45,187); }
div.DivClassName
{
background-color: #F42DBB;
}
.BgClassName
{
background-color: #F42DBB;
}
</style>
border-color css
<style>
span { border-color: #F42DBB; }
span { border-color: rgb(244,45,187); }
td.TdClassName
{
border-color: #F42DBB;
}
.TagClassName
{
border-color: #F42DBB;
}
</style>