Shades of Razzle Dazzle Rose #F83CDF
Tints of Razzle Dazzle Rose #F83CDF
RGB
CMYK
RGB Variations
Color information
#F83CDF (or 0xF83CDF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3C and DF. RGB value is (248,60,223). Sum of RGB (Red+Green+Blue) = 248+60+223=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 60 (23.83% from 255 or 11.30% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F83CDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83CDF is #07C320. Grayscale: #868686. Windows color (decimal): -508705 or 14630136. OLE color: 14630136.
HSL color Cylindrical-coordinate representation of color #F83CDF: hue angle of 307.98º 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 #F83CDF is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 223 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.03 |
| HSL | 307.98º | 0.93% | 0.6% | - |
| HSV(B) | 307.98º | 0.76% | 0.97% | - |
| XYZ | 53.65 | 28.52 | 72.49 | - |
| YUV | 134.79 | 177.78 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 223 | 0 | 0.76 | 0.10 | 0.03 | 307.98 | 0.93 | 0.6 |
| Hex | F8 | 3C | DF | 0 | 4C | A | 3 | 134 | 5D | 3C |
| Octal | 370 | 74 | 337 | 0 | 114 | 12 | 3 | 464 | 135 | 74 |
| Binary | 11111000 | 111100 | 11011111 | 0 | 1001100 | 1010 | 11 | 100110100 | 1011101 | 111100 |
Color Harmonies of #F83CDF
Complementary color
Monochromatic Colors of #F83CDF
Black with #F83CDF
Text Example
Text Example
White with #F83CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83CDF; }
p { color: rgb(248,60,223); }
H1.HeaderClassName
{
color: #F83CDF;
}
.AnyTagClassName
{
color: #F83CDF;
}
</style>
background-color css
<style>
a { background-color: #F83CDF; }
a { background-color: rgb(248,60,223); }
div.DivClassName
{
background-color: #F83CDF;
}
.BgClassName
{
background-color: #F83CDF;
}
</style>
border-color css
<style>
span { border-color: #F83CDF; }
span { border-color: rgb(248,60,223); }
td.TdClassName
{
border-color: #F83CDF;
}
.TagClassName
{
border-color: #F83CDF;
}
</style>