Shades of Razzle Dazzle Rose #F83BCC
Tints of Razzle Dazzle Rose #F83BCC
RGB
CMYK
RGB Variations
Color information
#F83BCC (or 0xF83BCC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3B and CC. RGB value is (248,59,204). Sum of RGB (Red+Green+Blue) = 248+59+204=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 59 (23.44% from 255 or 11.55% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F83BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83BCC is #07C433. Grayscale: #838383. Windows color (decimal): -508980 or 13384696. OLE color: 13384696.
HSL color Cylindrical-coordinate representation of color #F83BCC: hue angle of 313.97º 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 #F83BCC is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 59 | 204 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.03 |
| HSL | 313.97º | 0.93% | 0.6% | - |
| HSV(B) | 313.97º | 0.76% | 0.97% | - |
| XYZ | 51.17 | 27.44 | 59.73 | - |
| YUV | 132.04 | 168.62 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 59 | 204 | 0 | 0.76 | 0.18 | 0.03 | 313.97 | 0.93 | 0.6 |
| Hex | F8 | 3B | CC | 0 | 4C | 12 | 3 | 13A | 5D | 3C |
| Octal | 370 | 73 | 314 | 0 | 114 | 22 | 3 | 472 | 135 | 74 |
| Binary | 11111000 | 111011 | 11001100 | 0 | 1001100 | 10010 | 11 | 100111010 | 1011101 | 111100 |
Color Harmonies of #F83BCC
Complementary color
Monochromatic Colors of #F83BCC
Black with #F83BCC
Text Example
Text Example
White with #F83BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83BCC; }
p { color: rgb(248,59,204); }
H1.HeaderClassName
{
color: #F83BCC;
}
.AnyTagClassName
{
color: #F83BCC;
}
</style>
background-color css
<style>
a { background-color: #F83BCC; }
a { background-color: rgb(248,59,204); }
div.DivClassName
{
background-color: #F83BCC;
}
.BgClassName
{
background-color: #F83BCC;
}
</style>
border-color css
<style>
span { border-color: #F83BCC; }
span { border-color: rgb(248,59,204); }
td.TdClassName
{
border-color: #F83BCC;
}
.TagClassName
{
border-color: #F83BCC;
}
</style>