Shades of Razzle Dazzle Rose #F831DB
Tints of Razzle Dazzle Rose #F831DB
RGB
CMYK
RGB Variations
Color information
#F831DB (or 0xF831DB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 31 and DB. RGB value is (248,49,219). Sum of RGB (Red+Green+Blue) = 248+49+219=516 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.06% from 516); Green value is 49 (19.53% from 255 or 9.50% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 248 - color contains mainly: red. Hex color #F831DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F831DB is #07CE24. Grayscale: #7F7F7F. Windows color (decimal): -511525 or 14365176. OLE color: 14365176.
HSL color Cylindrical-coordinate representation of color #F831DB: hue angle of 308.74º 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 #F831DB is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 219 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.03 |
| HSL | 308.74º | 0.93% | 0.58% | - |
| HSV(B) | 308.74º | 0.8% | 0.97% | - |
| XYZ | 52.6 | 27.27 | 69.51 | - |
| YUV | 127.88 | 179.43 | 213.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 219 | 0 | 0.80 | 0.12 | 0.03 | 308.74 | 0.93 | 0.58 |
| Hex | F8 | 31 | DB | 0 | 50 | C | 3 | 135 | 5D | 3A |
| Octal | 370 | 61 | 333 | 0 | 120 | 14 | 3 | 465 | 135 | 72 |
| Binary | 11111000 | 110001 | 11011011 | 0 | 1010000 | 1100 | 11 | 100110101 | 1011101 | 111010 |
Color Harmonies of #F831DB
Complementary color
Monochromatic Colors of #F831DB
Black with #F831DB
Text Example
Text Example
White with #F831DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F831DB; }
p { color: rgb(248,49,219); }
H1.HeaderClassName
{
color: #F831DB;
}
.AnyTagClassName
{
color: #F831DB;
}
</style>
background-color css
<style>
a { background-color: #F831DB; }
a { background-color: rgb(248,49,219); }
div.DivClassName
{
background-color: #F831DB;
}
.BgClassName
{
background-color: #F831DB;
}
</style>
border-color css
<style>
span { border-color: #F831DB; }
span { border-color: rgb(248,49,219); }
td.TdClassName
{
border-color: #F831DB;
}
.TagClassName
{
border-color: #F831DB;
}
</style>