Shades of Razzle Dazzle Rose #F83FDD
Tints of Razzle Dazzle Rose #F83FDD
RGB
CMYK
RGB Variations
Color information
#F83FDD (or 0xF83FDD) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3F and DD. RGB value is (248,63,221). Sum of RGB (Red+Green+Blue) = 248+63+221=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 63 (25% from 255 or 11.84% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83FDD is #07C022. Grayscale: #878787. Windows color (decimal): -507939 or 14499832. OLE color: 14499832.
HSL color Cylindrical-coordinate representation of color #F83FDD: hue angle of 308.76º 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 #F83FDD is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 221 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.03 |
| HSL | 308.76º | 0.93% | 0.61% | - |
| HSV(B) | 308.76º | 0.75% | 0.97% | - |
| XYZ | 53.54 | 28.73 | 71.13 | - |
| YUV | 136.33 | 175.79 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 221 | 0 | 0.75 | 0.11 | 0.03 | 308.76 | 0.93 | 0.61 |
| Hex | F8 | 3F | DD | 0 | 4B | B | 3 | 135 | 5D | 3D |
| Octal | 370 | 77 | 335 | 0 | 113 | 13 | 3 | 465 | 135 | 75 |
| Binary | 11111000 | 111111 | 11011101 | 0 | 1001011 | 1011 | 11 | 100110101 | 1011101 | 111101 |
Color Harmonies of #F83FDD
Complementary color
Monochromatic Colors of #F83FDD
Black with #F83FDD
Text Example
Text Example
White with #F83FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83FDD; }
p { color: rgb(248,63,221); }
H1.HeaderClassName
{
color: #F83FDD;
}
.AnyTagClassName
{
color: #F83FDD;
}
</style>
background-color css
<style>
a { background-color: #F83FDD; }
a { background-color: rgb(248,63,221); }
div.DivClassName
{
background-color: #F83FDD;
}
.BgClassName
{
background-color: #F83FDD;
}
</style>
border-color css
<style>
span { border-color: #F83FDD; }
span { border-color: rgb(248,63,221); }
td.TdClassName
{
border-color: #F83FDD;
}
.TagClassName
{
border-color: #F83FDD;
}
</style>