Shades of Razzle Dazzle Rose #F84CCC
Tints of Razzle Dazzle Rose #F84CCC
RGB
CMYK
RGB Variations
Color information
#F84CCC (or 0xF84CCC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4C and CC. RGB value is (248,76,204). Sum of RGB (Red+Green+Blue) = 248+76+204=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 76 (30.08% from 255 or 14.39% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F84CCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84CCC is #07B333. Grayscale: #8D8D8D. Windows color (decimal): -504628 or 13389048. OLE color: 13389048.
HSL color Cylindrical-coordinate representation of color #F84CCC: hue angle of 315.35º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F84CCC is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 76 | 204 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.03 |
| HSL | 315.35º | 0.92% | 0.64% | - |
| HSV(B) | 315.35º | 0.69% | 0.97% | - |
| XYZ | 52.19 | 29.48 | 60.07 | - |
| YUV | 142.02 | 162.98 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 76 | 204 | 0 | 0.69 | 0.18 | 0.03 | 315.35 | 0.92 | 0.64 |
| Hex | F8 | 4C | CC | 0 | 45 | 12 | 3 | 13B | 5C | 40 |
| Octal | 370 | 114 | 314 | 0 | 105 | 22 | 3 | 473 | 134 | 100 |
| Binary | 11111000 | 1001100 | 11001100 | 0 | 1000101 | 10010 | 11 | 100111011 | 1011100 | 1000000 |
Color Harmonies of #F84CCC
Complementary color
Monochromatic Colors of #F84CCC
Black with #F84CCC
Text Example
Text Example
White with #F84CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84CCC; }
p { color: rgb(248,76,204); }
H1.HeaderClassName
{
color: #F84CCC;
}
.AnyTagClassName
{
color: #F84CCC;
}
</style>
background-color css
<style>
a { background-color: #F84CCC; }
a { background-color: rgb(248,76,204); }
div.DivClassName
{
background-color: #F84CCC;
}
.BgClassName
{
background-color: #F84CCC;
}
</style>
border-color css
<style>
span { border-color: #F84CCC; }
span { border-color: rgb(248,76,204); }
td.TdClassName
{
border-color: #F84CCC;
}
.TagClassName
{
border-color: #F84CCC;
}
</style>