Shades of Razzle Dazzle Rose #F83DDD
Tints of Razzle Dazzle Rose #F83DDD
RGB
CMYK
RGB Variations
Color information
#F83DDD (or 0xF83DDD) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3D and DD. RGB value is (248,61,221). Sum of RGB (Red+Green+Blue) = 248+61+221=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 61 (24.22% from 255 or 11.51% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83DDD is #07C222. Grayscale: #868686. Windows color (decimal): -508451 or 14499320. OLE color: 14499320.
HSL color Cylindrical-coordinate representation of color #F83DDD: hue angle of 308.66º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83DDD is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 221 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.03 |
| HSL | 308.66º | 0.93% | 0.61% | - |
| HSV(B) | 308.66º | 0.75% | 0.97% | - |
| XYZ | 53.43 | 28.51 | 71.09 | - |
| YUV | 135.15 | 176.45 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 221 | 0 | 0.75 | 0.11 | 0.03 | 308.66 | 0.93 | 0.61 |
| Hex | F8 | 3D | DD | 0 | 4B | B | 3 | 135 | 5D | 3D |
| Octal | 370 | 75 | 335 | 0 | 113 | 13 | 3 | 465 | 135 | 75 |
| Binary | 11111000 | 111101 | 11011101 | 0 | 1001011 | 1011 | 11 | 100110101 | 1011101 | 111101 |
Color Harmonies of #F83DDD
Complementary color
Monochromatic Colors of #F83DDD
Black with #F83DDD
Text Example
Text Example
White with #F83DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83DDD; }
p { color: rgb(248,61,221); }
H1.HeaderClassName
{
color: #F83DDD;
}
.AnyTagClassName
{
color: #F83DDD;
}
</style>
background-color css
<style>
a { background-color: #F83DDD; }
a { background-color: rgb(248,61,221); }
div.DivClassName
{
background-color: #F83DDD;
}
.BgClassName
{
background-color: #F83DDD;
}
</style>
border-color css
<style>
span { border-color: #F83DDD; }
span { border-color: rgb(248,61,221); }
td.TdClassName
{
border-color: #F83DDD;
}
.TagClassName
{
border-color: #F83DDD;
}
</style>