Shades of Razzle Dazzle Rose #F82BDF
Tints of Razzle Dazzle Rose #F82BDF
RGB
CMYK
RGB Variations
Color information
#F82BDF (or 0xF82BDF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 2B and DF. RGB value is (248,43,223). Sum of RGB (Red+Green+Blue) = 248+43+223=514 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.25% from 514); Green value is 43 (17.19% from 255 or 8.37% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 248 - color contains mainly: red. Hex color #F82BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82BDF is #07D420. Grayscale: #7C7C7C. Windows color (decimal): -513057 or 14625784. OLE color: 14625784.
HSL color Cylindrical-coordinate representation of color #F82BDF: hue angle of 307.32º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F82BDF is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 43 | 223 | - |
| CMYK | 0 | 0.83 | 0.10 | 0.03 |
| HSL | 307.32º | 0.94% | 0.57% | - |
| HSV(B) | 307.32º | 0.83% | 0.97% | - |
| XYZ | 52.89 | 27.01 | 72.24 | - |
| YUV | 124.82 | 183.42 | 215.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 43 | 223 | 0 | 0.83 | 0.10 | 0.03 | 307.32 | 0.94 | 0.57 |
| Hex | F8 | 2B | DF | 0 | 53 | A | 3 | 133 | 5E | 39 |
| Octal | 370 | 53 | 337 | 0 | 123 | 12 | 3 | 463 | 136 | 71 |
| Binary | 11111000 | 101011 | 11011111 | 0 | 1010011 | 1010 | 11 | 100110011 | 1011110 | 111001 |
Color Harmonies of #F82BDF
Complementary color
Monochromatic Colors of #F82BDF
Black with #F82BDF
Text Example
Text Example
White with #F82BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82BDF; }
p { color: rgb(248,43,223); }
H1.HeaderClassName
{
color: #F82BDF;
}
.AnyTagClassName
{
color: #F82BDF;
}
</style>
background-color css
<style>
a { background-color: #F82BDF; }
a { background-color: rgb(248,43,223); }
div.DivClassName
{
background-color: #F82BDF;
}
.BgClassName
{
background-color: #F82BDF;
}
</style>
border-color css
<style>
span { border-color: #F82BDF; }
span { border-color: rgb(248,43,223); }
td.TdClassName
{
border-color: #F82BDF;
}
.TagClassName
{
border-color: #F82BDF;
}
</style>