Shades of Razzle Dazzle Rose #F84AD1
Tints of Razzle Dazzle Rose #F84AD1
RGB
CMYK
RGB Variations
Color information
#F84AD1 (or 0xF84AD1) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4A and D1. RGB value is (248,74,209). Sum of RGB (Red+Green+Blue) = 248+74+209=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 74 (29.30% from 255 or 13.94% from 531); Blue value is 209 (82.03% from 255 or 39.36% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F84AD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84AD1 is #07B52E. Grayscale: #8D8D8D. Windows color (decimal): -505135 or 13716216. OLE color: 13716216.
HSL color Cylindrical-coordinate representation of color #F84AD1: hue angle of 313.45º 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 #F84AD1 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 209 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.03 |
| HSL | 313.45º | 0.93% | 0.63% | - |
| HSV(B) | 313.45º | 0.7% | 0.97% | - |
| XYZ | 52.67 | 29.46 | 63.23 | - |
| YUV | 141.42 | 166.15 | 204.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 209 | 0 | 0.70 | 0.16 | 0.03 | 313.45 | 0.93 | 0.63 |
| Hex | F8 | 4A | D1 | 0 | 46 | 10 | 3 | 139 | 5D | 3F |
| Octal | 370 | 112 | 321 | 0 | 106 | 20 | 3 | 471 | 135 | 77 |
| Binary | 11111000 | 1001010 | 11010001 | 0 | 1000110 | 10000 | 11 | 100111001 | 1011101 | 111111 |
Color Harmonies of #F84AD1
Complementary color
Monochromatic Colors of #F84AD1
Black with #F84AD1
Text Example
Text Example
White with #F84AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84AD1; }
p { color: rgb(248,74,209); }
H1.HeaderClassName
{
color: #F84AD1;
}
.AnyTagClassName
{
color: #F84AD1;
}
</style>
background-color css
<style>
a { background-color: #F84AD1; }
a { background-color: rgb(248,74,209); }
div.DivClassName
{
background-color: #F84AD1;
}
.BgClassName
{
background-color: #F84AD1;
}
</style>
border-color css
<style>
span { border-color: #F84AD1; }
span { border-color: rgb(248,74,209); }
td.TdClassName
{
border-color: #F84AD1;
}
.TagClassName
{
border-color: #F84AD1;
}
</style>