Shades of Razzle Dazzle Rose #F84AD2
Tints of Razzle Dazzle Rose #F84AD2
RGB
CMYK
RGB Variations
Color information
#F84AD2 (or 0xF84AD2) is known color: Razzle Dazzle Rose. HEX triplet: F8, 4A and D2. RGB value is (248,74,210). Sum of RGB (Red+Green+Blue) = 248+74+210=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 74 (29.30% from 255 or 13.91% from 532); Blue value is 210 (82.42% from 255 or 39.47% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F84AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F84AD2 is #07B52D. Grayscale: #8D8D8D. Windows color (decimal): -505134 or 13781752. OLE color: 13781752.
HSL color Cylindrical-coordinate representation of color #F84AD2: hue angle of 313.1º 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 #F84AD2 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 74 | 210 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.03 |
| HSL | 313.1º | 0.93% | 0.63% | - |
| HSV(B) | 313.1º | 0.7% | 0.97% | - |
| XYZ | 52.79 | 29.51 | 63.89 | - |
| YUV | 141.53 | 166.65 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 74 | 210 | 0 | 0.70 | 0.15 | 0.03 | 313.1 | 0.93 | 0.63 |
| Hex | F8 | 4A | D2 | 0 | 46 | F | 3 | 139 | 5D | 3F |
| Octal | 370 | 112 | 322 | 0 | 106 | 17 | 3 | 471 | 135 | 77 |
| Binary | 11111000 | 1001010 | 11010010 | 0 | 1000110 | 1111 | 11 | 100111001 | 1011101 | 111111 |
Color Harmonies of #F84AD2
Complementary color
Monochromatic Colors of #F84AD2
Black with #F84AD2
Text Example
Text Example
White with #F84AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84AD2; }
p { color: rgb(248,74,210); }
H1.HeaderClassName
{
color: #F84AD2;
}
.AnyTagClassName
{
color: #F84AD2;
}
</style>
background-color css
<style>
a { background-color: #F84AD2; }
a { background-color: rgb(248,74,210); }
div.DivClassName
{
background-color: #F84AD2;
}
.BgClassName
{
background-color: #F84AD2;
}
</style>
border-color css
<style>
span { border-color: #F84AD2; }
span { border-color: rgb(248,74,210); }
td.TdClassName
{
border-color: #F84AD2;
}
.TagClassName
{
border-color: #F84AD2;
}
</style>