Shades of Razzle Dazzle Rose #F42FBB
Tints of Razzle Dazzle Rose #F42FBB
RGB
CMYK
RGB Variations
Color information
#F42FBB (or 0xF42FBB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 2F and BB. RGB value is (244,47,187). Sum of RGB (Red+Green+Blue) = 244+47+187=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 47 (18.75% from 255 or 9.83% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F42FBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F42FBB is #0BD044. Grayscale: #797979. Windows color (decimal): -774213 or 12267508. OLE color: 12267508.
HSL color Cylindrical-coordinate representation of color #F42FBB: hue angle of 317.36º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F42FBB is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 187 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.04 |
| HSL | 317.36º | 0.9% | 0.57% | - |
| HSV(B) | 317.36º | 0.81% | 0.96% | - |
| XYZ | 47.29 | 24.85 | 49.32 | - |
| YUV | 121.86 | 164.77 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 187 | 0 | 0.81 | 0.23 | 0.04 | 317.36 | 0.9 | 0.57 |
| Hex | F4 | 2F | BB | 0 | 51 | 17 | 4 | 13D | 5A | 39 |
| Octal | 364 | 57 | 273 | 0 | 121 | 27 | 4 | 475 | 132 | 71 |
| Binary | 11110100 | 101111 | 10111011 | 0 | 1010001 | 10111 | 100 | 100111101 | 1011010 | 111001 |
Color Harmonies of #F42FBB
Complementary color
Monochromatic Colors of #F42FBB
Black with #F42FBB
Text Example
Text Example
White with #F42FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42FBB; }
p { color: rgb(244,47,187); }
H1.HeaderClassName
{
color: #F42FBB;
}
.AnyTagClassName
{
color: #F42FBB;
}
</style>
background-color css
<style>
a { background-color: #F42FBB; }
a { background-color: rgb(244,47,187); }
div.DivClassName
{
background-color: #F42FBB;
}
.BgClassName
{
background-color: #F42FBB;
}
</style>
border-color css
<style>
span { border-color: #F42FBB; }
span { border-color: rgb(244,47,187); }
td.TdClassName
{
border-color: #F42FBB;
}
.TagClassName
{
border-color: #F42FBB;
}
</style>