Shades of Razzle Dazzle Rose #F231BC
Tints of Razzle Dazzle Rose #F231BC
RGB
CMYK
RGB Variations
Color information
#F231BC (or 0xF231BC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 31 and BC. RGB value is (242,49,188). Sum of RGB (Red+Green+Blue) = 242+49+188=479 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.52% from 479); Green value is 49 (19.53% from 255 or 10.23% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 242 - color contains mainly: red. Hex color #F231BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F231BC is #0DCE43. Grayscale: #7A7A7A. Windows color (decimal): -904772 or 12333554. OLE color: 12333554.
HSL color Cylindrical-coordinate representation of color #F231BC: hue angle of 316.79º 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 #F231BC is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 49 | 188 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.05 |
| HSL | 316.79º | 0.88% | 0.57% | - |
| HSV(B) | 316.79º | 0.8% | 0.95% | - |
| XYZ | 46.79 | 24.7 | 49.88 | - |
| YUV | 122.55 | 164.94 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 49 | 188 | 0 | 0.80 | 0.22 | 0.05 | 316.79 | 0.88 | 0.57 |
| Hex | F2 | 31 | BC | 0 | 50 | 16 | 5 | 13D | 58 | 39 |
| Octal | 362 | 61 | 274 | 0 | 120 | 26 | 5 | 475 | 130 | 71 |
| Binary | 11110010 | 110001 | 10111100 | 0 | 1010000 | 10110 | 101 | 100111101 | 1011000 | 111001 |
Color Harmonies of #F231BC
Complementary color
Monochromatic Colors of #F231BC
Black with #F231BC
Text Example
Text Example
White with #F231BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F231BC; }
p { color: rgb(242,49,188); }
H1.HeaderClassName
{
color: #F231BC;
}
.AnyTagClassName
{
color: #F231BC;
}
</style>
background-color css
<style>
a { background-color: #F231BC; }
a { background-color: rgb(242,49,188); }
div.DivClassName
{
background-color: #F231BC;
}
.BgClassName
{
background-color: #F231BC;
}
</style>
border-color css
<style>
span { border-color: #F231BC; }
span { border-color: rgb(242,49,188); }
td.TdClassName
{
border-color: #F231BC;
}
.TagClassName
{
border-color: #F231BC;
}
</style>