Shades of Razzle Dazzle Rose #F42BBB
Tints of Razzle Dazzle Rose #F42BBB
RGB
CMYK
RGB Variations
Color information
#F42BBB (or 0xF42BBB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2B and BB. RGB value is (244,43,187). Sum of RGB (Red+Green+Blue) = 244+43+187=474 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.48% from 474); Green value is 43 (17.19% from 255 or 9.07% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 244 - color contains mainly: red. Hex color #F42BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42BBB is #0BD444. Grayscale: #777777. Windows color (decimal): -775237 or 12266484. OLE color: 12266484.
HSL color Cylindrical-coordinate representation of color #F42BBB: hue angle of 317.01º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F42BBB is Cyan = 0, Magento = 0.82, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 43 | 187 | - |
| CMYK | 0 | 0.82 | 0.23 | 0.04 |
| HSL | 317.01º | 0.9% | 0.56% | - |
| HSV(B) | 317.01º | 0.82% | 0.96% | - |
| XYZ | 47.14 | 24.55 | 49.27 | - |
| YUV | 119.52 | 166.09 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 43 | 187 | 0 | 0.82 | 0.23 | 0.04 | 317.01 | 0.9 | 0.56 |
| Hex | F4 | 2B | BB | 0 | 52 | 17 | 4 | 13D | 5A | 38 |
| Octal | 364 | 53 | 273 | 0 | 122 | 27 | 4 | 475 | 132 | 70 |
| Binary | 11110100 | 101011 | 10111011 | 0 | 1010010 | 10111 | 100 | 100111101 | 1011010 | 111000 |
Color Harmonies of #F42BBB
Complementary color
Monochromatic Colors of #F42BBB
Black with #F42BBB
Text Example
Text Example
White with #F42BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42BBB; }
p { color: rgb(244,43,187); }
H1.HeaderClassName
{
color: #F42BBB;
}
.AnyTagClassName
{
color: #F42BBB;
}
</style>
background-color css
<style>
a { background-color: #F42BBB; }
a { background-color: rgb(244,43,187); }
div.DivClassName
{
background-color: #F42BBB;
}
.BgClassName
{
background-color: #F42BBB;
}
</style>
border-color css
<style>
span { border-color: #F42BBB; }
span { border-color: rgb(244,43,187); }
td.TdClassName
{
border-color: #F42BBB;
}
.TagClassName
{
border-color: #F42BBB;
}
</style>