Shades of Razzle Dazzle Rose #F229BC
Tints of Razzle Dazzle Rose #F229BC
RGB
CMYK
RGB Variations
Color information
#F229BC (or 0xF229BC) is known color: Razzle Dazzle Rose. HEX triplet: F2, 29 and BC. RGB value is (242,41,188). Sum of RGB (Red+Green+Blue) = 242+41+188=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 41 (16.41% from 255 or 8.70% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F229BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F229BC is #0DD643. Grayscale: #757575. Windows color (decimal): -906820 or 12331506. OLE color: 12331506.
HSL color Cylindrical-coordinate representation of color #F229BC: hue angle of 316.12º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F229BC is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 41 | 188 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.05 |
| HSL | 316.12º | 0.89% | 0.55% | - |
| HSV(B) | 316.12º | 0.83% | 0.95% | - |
| XYZ | 46.49 | 24.09 | 49.78 | - |
| YUV | 117.86 | 167.59 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 41 | 188 | 0 | 0.83 | 0.22 | 0.05 | 316.12 | 0.89 | 0.55 |
| Hex | F2 | 29 | BC | 0 | 53 | 16 | 5 | 13C | 59 | 37 |
| Octal | 362 | 51 | 274 | 0 | 123 | 26 | 5 | 474 | 131 | 67 |
| Binary | 11110010 | 101001 | 10111100 | 0 | 1010011 | 10110 | 101 | 100111100 | 1011001 | 110111 |
Color Harmonies of #F229BC
Complementary color
Monochromatic Colors of #F229BC
Black with #F229BC
Text Example
Text Example
White with #F229BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F229BC; }
p { color: rgb(242,41,188); }
H1.HeaderClassName
{
color: #F229BC;
}
.AnyTagClassName
{
color: #F229BC;
}
</style>
background-color css
<style>
a { background-color: #F229BC; }
a { background-color: rgb(242,41,188); }
div.DivClassName
{
background-color: #F229BC;
}
.BgClassName
{
background-color: #F229BC;
}
</style>
border-color css
<style>
span { border-color: #F229BC; }
span { border-color: rgb(242,41,188); }
td.TdClassName
{
border-color: #F229BC;
}
.TagClassName
{
border-color: #F229BC;
}
</style>