Shades of Razzle Dazzle Rose #F82CDD
Tints of Razzle Dazzle Rose #F82CDD
RGB
CMYK
RGB Variations
Color information
#F82CDD (or 0xF82CDD) is known color: Razzle Dazzle Rose. HEX triplet: F8, 2C and DD. RGB value is (248,44,221). Sum of RGB (Red+Green+Blue) = 248+44+221=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 44 (17.58% from 255 or 8.58% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F82CDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F82CDD is #07D322. Grayscale: #7C7C7C. Windows color (decimal): -512803 or 14494968. OLE color: 14494968.
HSL color Cylindrical-coordinate representation of color #F82CDD: hue angle of 307.94º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F82CDD is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 44 | 221 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.03 |
| HSL | 307.94º | 0.94% | 0.57% | - |
| HSV(B) | 307.94º | 0.82% | 0.97% | - |
| XYZ | 52.66 | 26.98 | 70.84 | - |
| YUV | 125.17 | 182.09 | 215.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 44 | 221 | 0 | 0.82 | 0.11 | 0.03 | 307.94 | 0.94 | 0.57 |
| Hex | F8 | 2C | DD | 0 | 52 | B | 3 | 134 | 5E | 39 |
| Octal | 370 | 54 | 335 | 0 | 122 | 13 | 3 | 464 | 136 | 71 |
| Binary | 11111000 | 101100 | 11011101 | 0 | 1010010 | 1011 | 11 | 100110100 | 1011110 | 111001 |
Color Harmonies of #F82CDD
Complementary color
Monochromatic Colors of #F82CDD
Black with #F82CDD
Text Example
Text Example
White with #F82CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82CDD; }
p { color: rgb(248,44,221); }
H1.HeaderClassName
{
color: #F82CDD;
}
.AnyTagClassName
{
color: #F82CDD;
}
</style>
background-color css
<style>
a { background-color: #F82CDD; }
a { background-color: rgb(248,44,221); }
div.DivClassName
{
background-color: #F82CDD;
}
.BgClassName
{
background-color: #F82CDD;
}
</style>
border-color css
<style>
span { border-color: #F82CDD; }
span { border-color: rgb(248,44,221); }
td.TdClassName
{
border-color: #F82CDD;
}
.TagClassName
{
border-color: #F82CDD;
}
</style>