Shades of Razzle Dazzle Rose #F83BDF
Tints of Razzle Dazzle Rose #F83BDF
RGB
CMYK
RGB Variations
Color information
#F83BDF (or 0xF83BDF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3B and DF. RGB value is (248,59,223). Sum of RGB (Red+Green+Blue) = 248+59+223=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 59 (23.44% from 255 or 11.13% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F83BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83BDF is #07C420. Grayscale: #858585. Windows color (decimal): -508961 or 14629880. OLE color: 14629880.
HSL color Cylindrical-coordinate representation of color #F83BDF: hue angle of 307.94º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83BDF is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 59 | 223 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.03 |
| HSL | 307.94º | 0.93% | 0.6% | - |
| HSV(B) | 307.94º | 0.76% | 0.97% | - |
| XYZ | 53.59 | 28.41 | 72.47 | - |
| YUV | 134.21 | 178.12 | 209.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 59 | 223 | 0 | 0.76 | 0.10 | 0.03 | 307.94 | 0.93 | 0.6 |
| Hex | F8 | 3B | DF | 0 | 4C | A | 3 | 134 | 5D | 3C |
| Octal | 370 | 73 | 337 | 0 | 114 | 12 | 3 | 464 | 135 | 74 |
| Binary | 11111000 | 111011 | 11011111 | 0 | 1001100 | 1010 | 11 | 100110100 | 1011101 | 111100 |
Color Harmonies of #F83BDF
Complementary color
Monochromatic Colors of #F83BDF
Black with #F83BDF
Text Example
Text Example
White with #F83BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83BDF; }
p { color: rgb(248,59,223); }
H1.HeaderClassName
{
color: #F83BDF;
}
.AnyTagClassName
{
color: #F83BDF;
}
</style>
background-color css
<style>
a { background-color: #F83BDF; }
a { background-color: rgb(248,59,223); }
div.DivClassName
{
background-color: #F83BDF;
}
.BgClassName
{
background-color: #F83BDF;
}
</style>
border-color css
<style>
span { border-color: #F83BDF; }
span { border-color: rgb(248,59,223); }
td.TdClassName
{
border-color: #F83BDF;
}
.TagClassName
{
border-color: #F83BDF;
}
</style>