Shades of Razzle Dazzle Rose #F830EF
Tints of Razzle Dazzle Rose #F830EF
RGB
CMYK
RGB Variations
Color information
#F830EF (or 0xF830EF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and EF. RGB value is (248,48,239). Sum of RGB (Red+Green+Blue) = 248+48+239=535 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.36% from 535); Green value is 48 (19.14% from 255 or 8.97% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 248 - color contains mainly: red. Hex color #F830EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F830EF is #07CF10. Grayscale: #818181. Windows color (decimal): -511761 or 15675640. OLE color: 15675640.
HSL color Cylindrical-coordinate representation of color #F830EF: hue angle of 302.7º 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 #F830EF is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 239 | - |
| CMYK | 0 | 0.81 | 0.04 | 0.03 |
| HSL | 302.7º | 0.93% | 0.58% | - |
| HSV(B) | 302.7º | 0.81% | 0.97% | - |
| XYZ | 55.35 | 28.3 | 84.21 | - |
| YUV | 129.57 | 189.76 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 239 | 0 | 0.81 | 0.04 | 0.03 | 302.7 | 0.93 | 0.58 |
| Hex | F8 | 30 | EF | 0 | 51 | 4 | 3 | 12F | 5D | 3A |
| Octal | 370 | 60 | 357 | 0 | 121 | 4 | 3 | 457 | 135 | 72 |
| Binary | 11111000 | 110000 | 11101111 | 0 | 1010001 | 100 | 11 | 100101111 | 1011101 | 111010 |
Color Harmonies of #F830EF
Complementary color
Monochromatic Colors of #F830EF
Black with #F830EF
Text Example
Text Example
White with #F830EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F830EF; }
p { color: rgb(248,48,239); }
H1.HeaderClassName
{
color: #F830EF;
}
.AnyTagClassName
{
color: #F830EF;
}
</style>
background-color css
<style>
a { background-color: #F830EF; }
a { background-color: rgb(248,48,239); }
div.DivClassName
{
background-color: #F830EF;
}
.BgClassName
{
background-color: #F830EF;
}
</style>
border-color css
<style>
span { border-color: #F830EF; }
span { border-color: rgb(248,48,239); }
td.TdClassName
{
border-color: #F830EF;
}
.TagClassName
{
border-color: #F830EF;
}
</style>