Shades of Razzle Dazzle Rose #F231BB
Tints of Razzle Dazzle Rose #F231BB
RGB
CMYK
RGB Variations
Color information
#F231BB (or 0xF231BB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 31 and BB. RGB value is (242,49,187). Sum of RGB (Red+Green+Blue) = 242+49+187=478 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.63% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 242 - color contains mainly: red. Hex color #F231BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F231BB is #0DCE44. Grayscale: #7A7A7A. Windows color (decimal): -904773 or 12268018. OLE color: 12268018.
HSL color Cylindrical-coordinate representation of color #F231BB: hue angle of 317.1º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F231BB is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 187 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.05 |
| HSL | 317.1º | 0.88% | 0.57% | - |
| HSV(B) | 317.1º | 0.8% | 0.95% | - |
| XYZ | 46.69 | 24.66 | 49.31 | - |
| YUV | 122.44 | 164.44 | 213.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 187 | 0 | 0.80 | 0.23 | 0.05 | 317.1 | 0.88 | 0.57 |
| Hex | F2 | 31 | BB | 0 | 50 | 17 | 5 | 13D | 58 | 39 |
| Octal | 362 | 61 | 273 | 0 | 120 | 27 | 5 | 475 | 130 | 71 |
| Binary | 11110010 | 110001 | 10111011 | 0 | 1010000 | 10111 | 101 | 100111101 | 1011000 | 111001 |
Color Harmonies of #F231BB
Complementary color
Monochromatic Colors of #F231BB
Black with #F231BB
Text Example
Text Example
White with #F231BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F231BB; }
p { color: rgb(242,49,187); }
H1.HeaderClassName
{
color: #F231BB;
}
.AnyTagClassName
{
color: #F231BB;
}
</style>
background-color css
<style>
a { background-color: #F231BB; }
a { background-color: rgb(242,49,187); }
div.DivClassName
{
background-color: #F231BB;
}
.BgClassName
{
background-color: #F231BB;
}
</style>
border-color css
<style>
span { border-color: #F231BB; }
span { border-color: rgb(242,49,187); }
td.TdClassName
{
border-color: #F231BB;
}
.TagClassName
{
border-color: #F231BB;
}
</style>