Shades of Razzle Dazzle Rose #F830DD
Tints of Razzle Dazzle Rose #F830DD
RGB
CMYK
RGB Variations
Color information
#F830DD (or 0xF830DD) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and DD. RGB value is (248,48,221). Sum of RGB (Red+Green+Blue) = 248+48+221=517 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.97% from 517); Green value is 48 (19.14% from 255 or 9.28% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 248 - color contains mainly: red. Hex color #F830DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F830DD is #07CF22. Grayscale: #7F7F7F. Windows color (decimal): -511779 or 14495992. OLE color: 14495992.
HSL color Cylindrical-coordinate representation of color #F830DD: hue angle of 308.1º 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 #F830DD is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 221 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.03 |
| HSL | 308.1º | 0.93% | 0.58% | - |
| HSV(B) | 308.1º | 0.81% | 0.97% | - |
| XYZ | 52.82 | 27.29 | 70.89 | - |
| YUV | 127.52 | 180.76 | 213.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 221 | 0 | 0.81 | 0.11 | 0.03 | 308.1 | 0.93 | 0.58 |
| Hex | F8 | 30 | DD | 0 | 51 | B | 3 | 134 | 5D | 3A |
| Octal | 370 | 60 | 335 | 0 | 121 | 13 | 3 | 464 | 135 | 72 |
| Binary | 11111000 | 110000 | 11011101 | 0 | 1010001 | 1011 | 11 | 100110100 | 1011101 | 111010 |
Color Harmonies of #F830DD
Complementary color
Monochromatic Colors of #F830DD
Black with #F830DD
Text Example
Text Example
White with #F830DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F830DD; }
p { color: rgb(248,48,221); }
H1.HeaderClassName
{
color: #F830DD;
}
.AnyTagClassName
{
color: #F830DD;
}
</style>
background-color css
<style>
a { background-color: #F830DD; }
a { background-color: rgb(248,48,221); }
div.DivClassName
{
background-color: #F830DD;
}
.BgClassName
{
background-color: #F830DD;
}
</style>
border-color css
<style>
span { border-color: #F830DD; }
span { border-color: rgb(248,48,221); }
td.TdClassName
{
border-color: #F830DD;
}
.TagClassName
{
border-color: #F830DD;
}
</style>