Shades of Razzle Dazzle Rose #F84AD5
Tints of Razzle Dazzle Rose #F84AD5
RGB
CMYK
RGB Variations
Color information
#F84AD5 (or 0xF84AD5) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4A and D5. RGB value is (248,74,213). Sum of RGB (Red+Green+Blue) = 248+74+213=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 74 (29.30% from 255 or 13.83% from 535); Blue value is 213 (83.59% from 255 or 39.81% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F84AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84AD5 is #07B52A. Grayscale: #8D8D8D. Windows color (decimal): -505131 or 13978360. OLE color: 13978360.
HSL color Cylindrical-coordinate representation of color #F84AD5: hue angle of 312.07º 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 #F84AD5 is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 213 | - |
| CMYK | 0 | 0.70 | 0.14 | 0.03 |
| HSL | 312.07º | 0.93% | 0.63% | - |
| HSV(B) | 312.07º | 0.7% | 0.97% | - |
| XYZ | 53.17 | 29.66 | 65.87 | - |
| YUV | 141.87 | 168.15 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 213 | 0 | 0.70 | 0.14 | 0.03 | 312.07 | 0.93 | 0.63 |
| Hex | F8 | 4A | D5 | 0 | 46 | E | 3 | 138 | 5D | 3F |
| Octal | 370 | 112 | 325 | 0 | 106 | 16 | 3 | 470 | 135 | 77 |
| Binary | 11111000 | 1001010 | 11010101 | 0 | 1000110 | 1110 | 11 | 100111000 | 1011101 | 111111 |
Color Harmonies of #F84AD5
Complementary color
Monochromatic Colors of #F84AD5
Black with #F84AD5
Text Example
Text Example
White with #F84AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84AD5; }
p { color: rgb(248,74,213); }
H1.HeaderClassName
{
color: #F84AD5;
}
.AnyTagClassName
{
color: #F84AD5;
}
</style>
background-color css
<style>
a { background-color: #F84AD5; }
a { background-color: rgb(248,74,213); }
div.DivClassName
{
background-color: #F84AD5;
}
.BgClassName
{
background-color: #F84AD5;
}
</style>
border-color css
<style>
span { border-color: #F84AD5; }
span { border-color: rgb(248,74,213); }
td.TdClassName
{
border-color: #F84AD5;
}
.TagClassName
{
border-color: #F84AD5;
}
</style>