Shades of Razzle Dazzle Rose #F83CCD
Tints of Razzle Dazzle Rose #F83CCD
RGB
CMYK
RGB Variations
Color information
#F83CCD (or 0xF83CCD) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3C and CD. RGB value is (248,60,205). Sum of RGB (Red+Green+Blue) = 248+60+205=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 60 (23.83% from 255 or 11.70% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F83CCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83CCD is #07C332. Grayscale: #848484. Windows color (decimal): -508723 or 13450488. OLE color: 13450488.
HSL color Cylindrical-coordinate representation of color #F83CCD: hue angle of 313.72º 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 #F83CCD is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 205 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.03 |
| HSL | 313.72º | 0.93% | 0.6% | - |
| HSV(B) | 313.72º | 0.76% | 0.97% | - |
| XYZ | 51.35 | 27.6 | 60.38 | - |
| YUV | 132.74 | 168.78 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 205 | 0 | 0.76 | 0.17 | 0.03 | 313.72 | 0.93 | 0.6 |
| Hex | F8 | 3C | CD | 0 | 4C | 11 | 3 | 13A | 5D | 3C |
| Octal | 370 | 74 | 315 | 0 | 114 | 21 | 3 | 472 | 135 | 74 |
| Binary | 11111000 | 111100 | 11001101 | 0 | 1001100 | 10001 | 11 | 100111010 | 1011101 | 111100 |
Color Harmonies of #F83CCD
Complementary color
Monochromatic Colors of #F83CCD
Black with #F83CCD
Text Example
Text Example
White with #F83CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83CCD; }
p { color: rgb(248,60,205); }
H1.HeaderClassName
{
color: #F83CCD;
}
.AnyTagClassName
{
color: #F83CCD;
}
</style>
background-color css
<style>
a { background-color: #F83CCD; }
a { background-color: rgb(248,60,205); }
div.DivClassName
{
background-color: #F83CCD;
}
.BgClassName
{
background-color: #F83CCD;
}
</style>
border-color css
<style>
span { border-color: #F83CCD; }
span { border-color: rgb(248,60,205); }
td.TdClassName
{
border-color: #F83CCD;
}
.TagClassName
{
border-color: #F83CCD;
}
</style>