Shades of Razzle Dazzle Rose #F83AD0
Tints of Razzle Dazzle Rose #F83AD0
RGB
CMYK
RGB Variations
Color information
#F83AD0 (or 0xF83AD0) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3A and D0. RGB value is (248,58,208). Sum of RGB (Red+Green+Blue) = 248+58+208=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 58 (23.05% from 255 or 11.28% from 514); Blue value is 208 (81.64% from 255 or 40.47% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F83AD0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83AD0 is #07C52F. Grayscale: #838383. Windows color (decimal): -509232 or 13646584. OLE color: 13646584.
HSL color Cylindrical-coordinate representation of color #F83AD0: hue angle of 312.63º 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 #F83AD0 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 208 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.03 |
| HSL | 312.63º | 0.93% | 0.6% | - |
| HSV(B) | 312.63º | 0.77% | 0.97% | - |
| XYZ | 51.61 | 27.54 | 62.27 | - |
| YUV | 131.91 | 170.95 | 210.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 208 | 0 | 0.77 | 0.16 | 0.03 | 312.63 | 0.93 | 0.6 |
| Hex | F8 | 3A | D0 | 0 | 4D | 10 | 3 | 139 | 5D | 3C |
| Octal | 370 | 72 | 320 | 0 | 115 | 20 | 3 | 471 | 135 | 74 |
| Binary | 11111000 | 111010 | 11010000 | 0 | 1001101 | 10000 | 11 | 100111001 | 1011101 | 111100 |
Color Harmonies of #F83AD0
Complementary color
Monochromatic Colors of #F83AD0
Black with #F83AD0
Text Example
Text Example
White with #F83AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83AD0; }
p { color: rgb(248,58,208); }
H1.HeaderClassName
{
color: #F83AD0;
}
.AnyTagClassName
{
color: #F83AD0;
}
</style>
background-color css
<style>
a { background-color: #F83AD0; }
a { background-color: rgb(248,58,208); }
div.DivClassName
{
background-color: #F83AD0;
}
.BgClassName
{
background-color: #F83AD0;
}
</style>
border-color css
<style>
span { border-color: #F83AD0; }
span { border-color: rgb(248,58,208); }
td.TdClassName
{
border-color: #F83AD0;
}
.TagClassName
{
border-color: #F83AD0;
}
</style>