Shades of Razzle Dazzle Rose #F84BCC
Tints of Razzle Dazzle Rose #F84BCC
RGB
CMYK
RGB Variations
Color information
#F84BCC (or 0xF84BCC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4B and CC. RGB value is (248,75,204). Sum of RGB (Red+Green+Blue) = 248+75+204=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 75 (29.69% from 255 or 14.23% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F84BCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84BCC is #07B433. Grayscale: #8D8D8D. Windows color (decimal): -504884 or 13388792. OLE color: 13388792.
HSL color Cylindrical-coordinate representation of color #F84BCC: hue angle of 315.26º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F84BCC is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 75 | 204 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.03 |
| HSL | 315.26º | 0.93% | 0.63% | - |
| HSV(B) | 315.26º | 0.7% | 0.97% | - |
| XYZ | 52.13 | 29.35 | 60.04 | - |
| YUV | 141.43 | 163.31 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 75 | 204 | 0 | 0.70 | 0.18 | 0.03 | 315.26 | 0.93 | 0.63 |
| Hex | F8 | 4B | CC | 0 | 46 | 12 | 3 | 13B | 5D | 3F |
| Octal | 370 | 113 | 314 | 0 | 106 | 22 | 3 | 473 | 135 | 77 |
| Binary | 11111000 | 1001011 | 11001100 | 0 | 1000110 | 10010 | 11 | 100111011 | 1011101 | 111111 |
Color Harmonies of #F84BCC
Complementary color
Monochromatic Colors of #F84BCC
Black with #F84BCC
Text Example
Text Example
White with #F84BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84BCC; }
p { color: rgb(248,75,204); }
H1.HeaderClassName
{
color: #F84BCC;
}
.AnyTagClassName
{
color: #F84BCC;
}
</style>
background-color css
<style>
a { background-color: #F84BCC; }
a { background-color: rgb(248,75,204); }
div.DivClassName
{
background-color: #F84BCC;
}
.BgClassName
{
background-color: #F84BCC;
}
</style>
border-color css
<style>
span { border-color: #F84BCC; }
span { border-color: rgb(248,75,204); }
td.TdClassName
{
border-color: #F84BCC;
}
.TagClassName
{
border-color: #F84BCC;
}
</style>