Shades of Razzle Dazzle Rose #F23BBB
Tints of Razzle Dazzle Rose #F23BBB
RGB
CMYK
RGB Variations
Color information
#F23BBB (or 0xF23BBB) is known color: Razzle Dazzle Rose. HEX triplet: F2, 3B and BB. RGB value is (242,59,187). Sum of RGB (Red+Green+Blue) = 242+59+187=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 59 (23.44% from 255 or 12.09% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F23BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F23BBB is #0DC444. Grayscale: #7F7F7F. Windows color (decimal): -902213 or 12270578. OLE color: 12270578.
HSL color Cylindrical-coordinate representation of color #F23BBB: hue angle of 318.03º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F23BBB is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 59 | 187 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.05 |
| HSL | 318.03º | 0.88% | 0.59% | - |
| HSV(B) | 318.03º | 0.76% | 0.95% | - |
| XYZ | 47.15 | 25.59 | 49.47 | - |
| YUV | 128.31 | 161.13 | 209.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 59 | 187 | 0 | 0.76 | 0.23 | 0.05 | 318.03 | 0.88 | 0.59 |
| Hex | F2 | 3B | BB | 0 | 4C | 17 | 5 | 13E | 58 | 3B |
| Octal | 362 | 73 | 273 | 0 | 114 | 27 | 5 | 476 | 130 | 73 |
| Binary | 11110010 | 111011 | 10111011 | 0 | 1001100 | 10111 | 101 | 100111110 | 1011000 | 111011 |
Color Harmonies of #F23BBB
Complementary color
Monochromatic Colors of #F23BBB
Black with #F23BBB
Text Example
Text Example
White with #F23BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23BBB; }
p { color: rgb(242,59,187); }
H1.HeaderClassName
{
color: #F23BBB;
}
.AnyTagClassName
{
color: #F23BBB;
}
</style>
background-color css
<style>
a { background-color: #F23BBB; }
a { background-color: rgb(242,59,187); }
div.DivClassName
{
background-color: #F23BBB;
}
.BgClassName
{
background-color: #F23BBB;
}
</style>
border-color css
<style>
span { border-color: #F23BBB; }
span { border-color: rgb(242,59,187); }
td.TdClassName
{
border-color: #F23BBB;
}
.TagClassName
{
border-color: #F23BBB;
}
</style>