Shades of Razzle Dazzle Rose #F831F3
Tints of Razzle Dazzle Rose #F831F3
RGB
CMYK
RGB Variations
Color information
#F831F3 (or 0xF831F3) is known color: Razzle Dazzle Rose. HEX triplet: F8, 31 and F3. RGB value is (248,49,243). Sum of RGB (Red+Green+Blue) = 248+49+243=540 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.93% from 540); Green value is 49 (19.53% from 255 or 9.07% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 248 - color contains mainly: red. Hex color #F831F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F831F3 is #07CE0C. Grayscale: #828282. Windows color (decimal): -511501 or 15938040. OLE color: 15938040.
HSL color Cylindrical-coordinate representation of color #F831F3: hue angle of 301.51º 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 #F831F3 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 243 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.03 |
| HSL | 301.51º | 0.93% | 0.58% | - |
| HSV(B) | 301.51º | 0.8% | 0.97% | - |
| XYZ | 55.99 | 28.62 | 87.37 | - |
| YUV | 130.62 | 191.43 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 243 | 0 | 0.80 | 0.02 | 0.03 | 301.51 | 0.93 | 0.58 |
| Hex | F8 | 31 | F3 | 0 | 50 | 2 | 3 | 12E | 5D | 3A |
| Octal | 370 | 61 | 363 | 0 | 120 | 2 | 3 | 456 | 135 | 72 |
| Binary | 11111000 | 110001 | 11110011 | 0 | 1010000 | 10 | 11 | 100101110 | 1011101 | 111010 |
Color Harmonies of #F831F3
Complementary color
Monochromatic Colors of #F831F3
Black with #F831F3
Text Example
Text Example
White with #F831F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F831F3; }
p { color: rgb(248,49,243); }
H1.HeaderClassName
{
color: #F831F3;
}
.AnyTagClassName
{
color: #F831F3;
}
</style>
background-color css
<style>
a { background-color: #F831F3; }
a { background-color: rgb(248,49,243); }
div.DivClassName
{
background-color: #F831F3;
}
.BgClassName
{
background-color: #F831F3;
}
</style>
border-color css
<style>
span { border-color: #F831F3; }
span { border-color: rgb(248,49,243); }
td.TdClassName
{
border-color: #F831F3;
}
.TagClassName
{
border-color: #F831F3;
}
</style>