Shades of Razzle Dazzle Rose #F84ACF
Tints of Razzle Dazzle Rose #F84ACF
RGB
CMYK
RGB Variations
Color information
#F84ACF (or 0xF84ACF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4A and CF. RGB value is (248,74,207). Sum of RGB (Red+Green+Blue) = 248+74+207=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 74 (29.30% from 255 or 13.99% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F84ACF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84ACF is #07B530. Grayscale: #8C8C8C. Windows color (decimal): -505137 or 13585144. OLE color: 13585144.
HSL color Cylindrical-coordinate representation of color #F84ACF: hue angle of 314.14º 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 #F84ACF is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 207 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.03 |
| HSL | 314.14º | 0.93% | 0.63% | - |
| HSV(B) | 314.14º | 0.7% | 0.97% | - |
| XYZ | 52.42 | 29.36 | 61.94 | - |
| YUV | 141.19 | 165.15 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 207 | 0 | 0.70 | 0.17 | 0.03 | 314.14 | 0.93 | 0.63 |
| Hex | F8 | 4A | CF | 0 | 46 | 11 | 3 | 13A | 5D | 3F |
| Octal | 370 | 112 | 317 | 0 | 106 | 21 | 3 | 472 | 135 | 77 |
| Binary | 11111000 | 1001010 | 11001111 | 0 | 1000110 | 10001 | 11 | 100111010 | 1011101 | 111111 |
Color Harmonies of #F84ACF
Complementary color
Monochromatic Colors of #F84ACF
Black with #F84ACF
Text Example
Text Example
White with #F84ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84ACF; }
p { color: rgb(248,74,207); }
H1.HeaderClassName
{
color: #F84ACF;
}
.AnyTagClassName
{
color: #F84ACF;
}
</style>
background-color css
<style>
a { background-color: #F84ACF; }
a { background-color: rgb(248,74,207); }
div.DivClassName
{
background-color: #F84ACF;
}
.BgClassName
{
background-color: #F84ACF;
}
</style>
border-color css
<style>
span { border-color: #F84ACF; }
span { border-color: rgb(248,74,207); }
td.TdClassName
{
border-color: #F84ACF;
}
.TagClassName
{
border-color: #F84ACF;
}
</style>