Shades of Razzle Dazzle Rose #F83CCE
Tints of Razzle Dazzle Rose #F83CCE
RGB
CMYK
RGB Variations
Color information
#F83CCE (or 0xF83CCE) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3C and CE. RGB value is (248,60,206). Sum of RGB (Red+Green+Blue) = 248+60+206=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 60 (23.83% from 255 or 11.67% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F83CCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83CCE is #07C331. Grayscale: #848484. Windows color (decimal): -508722 or 13516024. OLE color: 13516024.
HSL color Cylindrical-coordinate representation of color #F83CCE: hue angle of 313.4º 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 #F83CCE is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 206 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.03 |
| HSL | 313.4º | 0.93% | 0.6% | - |
| HSV(B) | 313.4º | 0.76% | 0.97% | - |
| XYZ | 51.47 | 27.64 | 61.02 | - |
| YUV | 132.86 | 169.28 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 206 | 0 | 0.76 | 0.17 | 0.03 | 313.4 | 0.93 | 0.6 |
| Hex | F8 | 3C | CE | 0 | 4C | 11 | 3 | 139 | 5D | 3C |
| Octal | 370 | 74 | 316 | 0 | 114 | 21 | 3 | 471 | 135 | 74 |
| Binary | 11111000 | 111100 | 11001110 | 0 | 1001100 | 10001 | 11 | 100111001 | 1011101 | 111100 |
Color Harmonies of #F83CCE
Complementary color
Monochromatic Colors of #F83CCE
Black with #F83CCE
Text Example
Text Example
White with #F83CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83CCE; }
p { color: rgb(248,60,206); }
H1.HeaderClassName
{
color: #F83CCE;
}
.AnyTagClassName
{
color: #F83CCE;
}
</style>
background-color css
<style>
a { background-color: #F83CCE; }
a { background-color: rgb(248,60,206); }
div.DivClassName
{
background-color: #F83CCE;
}
.BgClassName
{
background-color: #F83CCE;
}
</style>
border-color css
<style>
span { border-color: #F83CCE; }
span { border-color: rgb(248,60,206); }
td.TdClassName
{
border-color: #F83CCE;
}
.TagClassName
{
border-color: #F83CCE;
}
</style>