Shades of Razzle Dazzle Rose #F83BDC
Tints of Razzle Dazzle Rose #F83BDC
RGB
CMYK
RGB Variations
Color information
#F83BDC (or 0xF83BDC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3B and DC. RGB value is (248,59,220). Sum of RGB (Red+Green+Blue) = 248+59+220=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 59 (23.44% from 255 or 11.20% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F83BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83BDC is #07C423. Grayscale: #858585. Windows color (decimal): -508964 or 14433272. OLE color: 14433272.
HSL color Cylindrical-coordinate representation of color #F83BDC: hue angle of 308.89º 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 #F83BDC is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 59 | 220 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.03 |
| HSL | 308.89º | 0.93% | 0.6% | - |
| HSV(B) | 308.89º | 0.76% | 0.97% | - |
| XYZ | 53.19 | 28.25 | 70.36 | - |
| YUV | 133.87 | 176.62 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 59 | 220 | 0 | 0.76 | 0.11 | 0.03 | 308.89 | 0.93 | 0.6 |
| Hex | F8 | 3B | DC | 0 | 4C | B | 3 | 135 | 5D | 3C |
| Octal | 370 | 73 | 334 | 0 | 114 | 13 | 3 | 465 | 135 | 74 |
| Binary | 11111000 | 111011 | 11011100 | 0 | 1001100 | 1011 | 11 | 100110101 | 1011101 | 111100 |
Color Harmonies of #F83BDC
Complementary color
Monochromatic Colors of #F83BDC
Black with #F83BDC
Text Example
Text Example
White with #F83BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83BDC; }
p { color: rgb(248,59,220); }
H1.HeaderClassName
{
color: #F83BDC;
}
.AnyTagClassName
{
color: #F83BDC;
}
</style>
background-color css
<style>
a { background-color: #F83BDC; }
a { background-color: rgb(248,59,220); }
div.DivClassName
{
background-color: #F83BDC;
}
.BgClassName
{
background-color: #F83BDC;
}
</style>
border-color css
<style>
span { border-color: #F83BDC; }
span { border-color: rgb(248,59,220); }
td.TdClassName
{
border-color: #F83BDC;
}
.TagClassName
{
border-color: #F83BDC;
}
</style>