Shades of Razzle Dazzle Rose #F82FDB
Tints of Razzle Dazzle Rose #F82FDB
RGB
CMYK
RGB Variations
Color information
#F82FDB (or 0xF82FDB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 2F and DB. RGB value is (248,47,219). Sum of RGB (Red+Green+Blue) = 248+47+219=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 47 (18.75% from 255 or 9.14% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F82FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82FDB is #07D024. Grayscale: #7E7E7E. Windows color (decimal): -512037 or 14364664. OLE color: 14364664.
HSL color Cylindrical-coordinate representation of color #F82FDB: hue angle of 308.66º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F82FDB is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 47 | 219 | - |
| CMYK | 0 | 0.81 | 0.12 | 0.03 |
| HSL | 308.66º | 0.93% | 0.58% | - |
| HSV(B) | 308.66º | 0.81% | 0.97% | - |
| XYZ | 52.51 | 27.1 | 69.48 | - |
| YUV | 126.71 | 180.09 | 214.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 47 | 219 | 0 | 0.81 | 0.12 | 0.03 | 308.66 | 0.93 | 0.58 |
| Hex | F8 | 2F | DB | 0 | 51 | C | 3 | 135 | 5D | 3A |
| Octal | 370 | 57 | 333 | 0 | 121 | 14 | 3 | 465 | 135 | 72 |
| Binary | 11111000 | 101111 | 11011011 | 0 | 1010001 | 1100 | 11 | 100110101 | 1011101 | 111010 |
Color Harmonies of #F82FDB
Complementary color
Monochromatic Colors of #F82FDB
Black with #F82FDB
Text Example
Text Example
White with #F82FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82FDB; }
p { color: rgb(248,47,219); }
H1.HeaderClassName
{
color: #F82FDB;
}
.AnyTagClassName
{
color: #F82FDB;
}
</style>
background-color css
<style>
a { background-color: #F82FDB; }
a { background-color: rgb(248,47,219); }
div.DivClassName
{
background-color: #F82FDB;
}
.BgClassName
{
background-color: #F82FDB;
}
</style>
border-color css
<style>
span { border-color: #F82FDB; }
span { border-color: rgb(248,47,219); }
td.TdClassName
{
border-color: #F82FDB;
}
.TagClassName
{
border-color: #F82FDB;
}
</style>