Shades of Razzle Dazzle Rose #F831F8
Tints of Razzle Dazzle Rose #F831F8
RGB
CMYK
RGB Variations
Color information
#F831F8 (or 0xF831F8) is known color: Razzle Dazzle Rose. HEX triplet: F8, 31 and F8. RGB value is (248,49,248). Sum of RGB (Red+Green+Blue) = 248+49+248=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 49 (19.53% from 255 or 8.99% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: red, blue. Hex color #F831F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F831F8 is #07CE07. Grayscale: #828282. Windows color (decimal): -511496 or 16265720. OLE color: 16265720.
HSL color Cylindrical-coordinate representation of color #F831F8: hue angle of 300º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F831F8 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 248 | - |
| CMYK | 0 | 0.80 | 0 | 0.03 |
| HSL | 300º | 0.93% | 0.58% | - |
| HSV(B) | 300º | 0.8% | 0.97% | - |
| XYZ | 56.75 | 28.93 | 91.4 | - |
| YUV | 131.19 | 193.93 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 248 | 0 | 0.80 | 0 | 0.03 | 300 | 0.93 | 0.58 |
| Hex | F8 | 31 | F8 | 0 | 50 | 0 | 3 | 12C | 5D | 3A |
| Octal | 370 | 61 | 370 | 0 | 120 | 0 | 3 | 454 | 135 | 72 |
| Binary | 11111000 | 110001 | 11111000 | 0 | 1010000 | 0 | 11 | 100101100 | 1011101 | 111010 |
Color Harmonies of #F831F8
Complementary color
Monochromatic Colors of #F831F8
Black with #F831F8
Text Example
Text Example
White with #F831F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F831F8; }
p { color: rgb(248,49,248); }
H1.HeaderClassName
{
color: #F831F8;
}
.AnyTagClassName
{
color: #F831F8;
}
</style>
background-color css
<style>
a { background-color: #F831F8; }
a { background-color: rgb(248,49,248); }
div.DivClassName
{
background-color: #F831F8;
}
.BgClassName
{
background-color: #F831F8;
}
</style>
border-color css
<style>
span { border-color: #F831F8; }
span { border-color: rgb(248,49,248); }
td.TdClassName
{
border-color: #F831F8;
}
.TagClassName
{
border-color: #F831F8;
}
</style>