Shades of Razzle Dazzle Rose #F83AD6
Tints of Razzle Dazzle Rose #F83AD6
RGB
CMYK
RGB Variations
Color information
#F83AD6 (or 0xF83AD6) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3A and D6. RGB value is (248,58,214). Sum of RGB (Red+Green+Blue) = 248+58+214=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 58 (23.05% from 255 or 11.15% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F83AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83AD6 is #07C529. Grayscale: #848484. Windows color (decimal): -509226 or 14039800. OLE color: 14039800.
HSL color Cylindrical-coordinate representation of color #F83AD6: hue angle of 310.74º 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 #F83AD6 is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 58 | 214 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.03 |
| HSL | 310.74º | 0.93% | 0.6% | - |
| HSV(B) | 310.74º | 0.77% | 0.97% | - |
| XYZ | 52.36 | 27.84 | 66.23 | - |
| YUV | 132.59 | 173.95 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 58 | 214 | 0 | 0.77 | 0.14 | 0.03 | 310.74 | 0.93 | 0.6 |
| Hex | F8 | 3A | D6 | 0 | 4D | E | 3 | 137 | 5D | 3C |
| Octal | 370 | 72 | 326 | 0 | 115 | 16 | 3 | 467 | 135 | 74 |
| Binary | 11111000 | 111010 | 11010110 | 0 | 1001101 | 1110 | 11 | 100110111 | 1011101 | 111100 |
Color Harmonies of #F83AD6
Complementary color
Monochromatic Colors of #F83AD6
Black with #F83AD6
Text Example
Text Example
White with #F83AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83AD6; }
p { color: rgb(248,58,214); }
H1.HeaderClassName
{
color: #F83AD6;
}
.AnyTagClassName
{
color: #F83AD6;
}
</style>
background-color css
<style>
a { background-color: #F83AD6; }
a { background-color: rgb(248,58,214); }
div.DivClassName
{
background-color: #F83AD6;
}
.BgClassName
{
background-color: #F83AD6;
}
</style>
border-color css
<style>
span { border-color: #F83AD6; }
span { border-color: rgb(248,58,214); }
td.TdClassName
{
border-color: #F83AD6;
}
.TagClassName
{
border-color: #F83AD6;
}
</style>