Shades of Razzle Dazzle Rose #F831ED
Tints of Razzle Dazzle Rose #F831ED
RGB
CMYK
RGB Variations
Color information
#F831ED (or 0xF831ED) is known color: Razzle Dazzle Rose. HEX triplet: F8, 31 and ED. RGB value is (248,49,237). Sum of RGB (Red+Green+Blue) = 248+49+237=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 49 (19.53% from 255 or 9.18% from 534); Blue value is 237 (92.97% from 255 or 44.38% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F831ED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F831ED is #07CE12. Grayscale: #818181. Windows color (decimal): -511507 or 15544824. OLE color: 15544824.
HSL color Cylindrical-coordinate representation of color #F831ED: hue angle of 303.32º 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 #F831ED is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 237 | - |
| CMYK | 0 | 0.80 | 0.04 | 0.03 |
| HSL | 303.32º | 0.93% | 0.58% | - |
| HSV(B) | 303.32º | 0.8% | 0.97% | - |
| XYZ | 55.1 | 28.27 | 82.67 | - |
| YUV | 129.93 | 188.43 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 237 | 0 | 0.80 | 0.04 | 0.03 | 303.32 | 0.93 | 0.58 |
| Hex | F8 | 31 | ED | 0 | 50 | 4 | 3 | 12F | 5D | 3A |
| Octal | 370 | 61 | 355 | 0 | 120 | 4 | 3 | 457 | 135 | 72 |
| Binary | 11111000 | 110001 | 11101101 | 0 | 1010000 | 100 | 11 | 100101111 | 1011101 | 111010 |
Color Harmonies of #F831ED
Complementary color
Monochromatic Colors of #F831ED
Black with #F831ED
Text Example
Text Example
White with #F831ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F831ED; }
p { color: rgb(248,49,237); }
H1.HeaderClassName
{
color: #F831ED;
}
.AnyTagClassName
{
color: #F831ED;
}
</style>
background-color css
<style>
a { background-color: #F831ED; }
a { background-color: rgb(248,49,237); }
div.DivClassName
{
background-color: #F831ED;
}
.BgClassName
{
background-color: #F831ED;
}
</style>
border-color css
<style>
span { border-color: #F831ED; }
span { border-color: rgb(248,49,237); }
td.TdClassName
{
border-color: #F831ED;
}
.TagClassName
{
border-color: #F831ED;
}
</style>