Shades of Razzle Dazzle Rose #F84FCC
Tints of Razzle Dazzle Rose #F84FCC
RGB
CMYK
RGB Variations
Color information
#F84FCC (or 0xF84FCC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4F and CC. RGB value is (248,79,204). Sum of RGB (Red+Green+Blue) = 248+79+204=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 79 (31.25% from 255 or 14.88% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F84FCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F84FCC is #07B033. Grayscale: #8F8F8F. Windows color (decimal): -503860 or 13389816. OLE color: 13389816.
HSL color Cylindrical-coordinate representation of color #F84FCC: hue angle of 315.62º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F84FCC is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 79 | 204 | - |
| CMYK | 0 | 0.68 | 0.18 | 0.03 |
| HSL | 315.62º | 0.92% | 0.64% | - |
| HSV(B) | 315.62º | 0.68% | 0.97% | - |
| XYZ | 52.41 | 29.91 | 60.14 | - |
| YUV | 143.78 | 161.99 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 79 | 204 | 0 | 0.68 | 0.18 | 0.03 | 315.62 | 0.92 | 0.64 |
| Hex | F8 | 4F | CC | 0 | 44 | 12 | 3 | 13C | 5C | 40 |
| Octal | 370 | 117 | 314 | 0 | 104 | 22 | 3 | 474 | 134 | 100 |
| Binary | 11111000 | 1001111 | 11001100 | 0 | 1000100 | 10010 | 11 | 100111100 | 1011100 | 1000000 |
Color Harmonies of #F84FCC
Complementary color
Monochromatic Colors of #F84FCC
Black with #F84FCC
Text Example
Text Example
White with #F84FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84FCC; }
p { color: rgb(248,79,204); }
H1.HeaderClassName
{
color: #F84FCC;
}
.AnyTagClassName
{
color: #F84FCC;
}
</style>
background-color css
<style>
a { background-color: #F84FCC; }
a { background-color: rgb(248,79,204); }
div.DivClassName
{
background-color: #F84FCC;
}
.BgClassName
{
background-color: #F84FCC;
}
</style>
border-color css
<style>
span { border-color: #F84FCC; }
span { border-color: rgb(248,79,204); }
td.TdClassName
{
border-color: #F84FCC;
}
.TagClassName
{
border-color: #F84FCC;
}
</style>