Shades of Razzle Dazzle Rose #F830EC
Tints of Razzle Dazzle Rose #F830EC
RGB
CMYK
RGB Variations
Color information
#F830EC (or 0xF830EC) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and EC. RGB value is (248,48,236). Sum of RGB (Red+Green+Blue) = 248+48+236=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 48 (19.14% from 255 or 9.02% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F830EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F830EC is #07CF13. Grayscale: #808080. Windows color (decimal): -511764 or 15479032. OLE color: 15479032.
HSL color Cylindrical-coordinate representation of color #F830EC: hue angle of 303.6º 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 #F830EC is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 236 | - |
| CMYK | 0 | 0.81 | 0.05 | 0.03 |
| HSL | 303.6º | 0.93% | 0.58% | - |
| HSV(B) | 303.6º | 0.81% | 0.97% | - |
| XYZ | 54.91 | 28.13 | 81.89 | - |
| YUV | 129.23 | 188.26 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 236 | 0 | 0.81 | 0.05 | 0.03 | 303.6 | 0.93 | 0.58 |
| Hex | F8 | 30 | EC | 0 | 51 | 5 | 3 | 130 | 5D | 3A |
| Octal | 370 | 60 | 354 | 0 | 121 | 5 | 3 | 460 | 135 | 72 |
| Binary | 11111000 | 110000 | 11101100 | 0 | 1010001 | 101 | 11 | 100110000 | 1011101 | 111010 |
Color Harmonies of #F830EC
Complementary color
Monochromatic Colors of #F830EC
Black with #F830EC
Text Example
Text Example
White with #F830EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F830EC; }
p { color: rgb(248,48,236); }
H1.HeaderClassName
{
color: #F830EC;
}
.AnyTagClassName
{
color: #F830EC;
}
</style>
background-color css
<style>
a { background-color: #F830EC; }
a { background-color: rgb(248,48,236); }
div.DivClassName
{
background-color: #F830EC;
}
.BgClassName
{
background-color: #F830EC;
}
</style>
border-color css
<style>
span { border-color: #F830EC; }
span { border-color: rgb(248,48,236); }
td.TdClassName
{
border-color: #F830EC;
}
.TagClassName
{
border-color: #F830EC;
}
</style>