Shades of Razzle Dazzle Rose #F83ABB
Tints of Razzle Dazzle Rose #F83ABB
RGB
CMYK
RGB Variations
Color information
#F83ABB (or 0xF83ABB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3A and BB. RGB value is (248,58,187). Sum of RGB (Red+Green+Blue) = 248+58+187=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 58 (23.05% from 255 or 11.76% from 493); Blue value is 187 (73.44% from 255 or 37.93% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F83ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83ABB is #07C544. Grayscale: #818181. Windows color (decimal): -509253 or 12270328. OLE color: 12270328.
HSL color Cylindrical-coordinate representation of color #F83ABB: hue angle of 319.26º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F83ABB is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 187 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.03 |
| HSL | 319.26º | 0.93% | 0.6% | - |
| HSV(B) | 319.26º | 0.77% | 0.97% | - |
| XYZ | 49.19 | 26.57 | 49.55 | - |
| YUV | 129.52 | 160.45 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 187 | 0 | 0.77 | 0.25 | 0.03 | 319.26 | 0.93 | 0.6 |
| Hex | F8 | 3A | BB | 0 | 4D | 19 | 3 | 13F | 5D | 3C |
| Octal | 370 | 72 | 273 | 0 | 115 | 31 | 3 | 477 | 135 | 74 |
| Binary | 11111000 | 111010 | 10111011 | 0 | 1001101 | 11001 | 11 | 100111111 | 1011101 | 111100 |
Color Harmonies of #F83ABB
Complementary color
Monochromatic Colors of #F83ABB
Black with #F83ABB
Text Example
Text Example
White with #F83ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83ABB; }
p { color: rgb(248,58,187); }
H1.HeaderClassName
{
color: #F83ABB;
}
.AnyTagClassName
{
color: #F83ABB;
}
</style>
background-color css
<style>
a { background-color: #F83ABB; }
a { background-color: rgb(248,58,187); }
div.DivClassName
{
background-color: #F83ABB;
}
.BgClassName
{
background-color: #F83ABB;
}
</style>
border-color css
<style>
span { border-color: #F83ABB; }
span { border-color: rgb(248,58,187); }
td.TdClassName
{
border-color: #F83ABB;
}
.TagClassName
{
border-color: #F83ABB;
}
</style>