Shades of Razzle Dazzle Rose #F831E6
Tints of Razzle Dazzle Rose #F831E6
RGB
CMYK
RGB Variations
Color information
#F831E6 (or 0xF831E6) is known color: Razzle Dazzle Rose. HEX triplet: F8, 31 and E6. RGB value is (248,49,230). Sum of RGB (Red+Green+Blue) = 248+49+230=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 49 (19.53% from 255 or 9.30% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F831E6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F831E6 is #07CE19. Grayscale: #808080. Windows color (decimal): -511514 or 15086072. OLE color: 15086072.
HSL color Cylindrical-coordinate representation of color #F831E6: hue angle of 305.43º 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 #F831E6 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 230 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.03 |
| HSL | 305.43º | 0.93% | 0.58% | - |
| HSV(B) | 305.43º | 0.8% | 0.97% | - |
| XYZ | 54.09 | 27.87 | 77.39 | - |
| YUV | 129.14 | 184.93 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 230 | 0 | 0.80 | 0.07 | 0.03 | 305.43 | 0.93 | 0.58 |
| Hex | F8 | 31 | E6 | 0 | 50 | 7 | 3 | 131 | 5D | 3A |
| Octal | 370 | 61 | 346 | 0 | 120 | 7 | 3 | 461 | 135 | 72 |
| Binary | 11111000 | 110001 | 11100110 | 0 | 1010000 | 111 | 11 | 100110001 | 1011101 | 111010 |
Color Harmonies of #F831E6
Complementary color
Monochromatic Colors of #F831E6
Black with #F831E6
Text Example
Text Example
White with #F831E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F831E6; }
p { color: rgb(248,49,230); }
H1.HeaderClassName
{
color: #F831E6;
}
.AnyTagClassName
{
color: #F831E6;
}
</style>
background-color css
<style>
a { background-color: #F831E6; }
a { background-color: rgb(248,49,230); }
div.DivClassName
{
background-color: #F831E6;
}
.BgClassName
{
background-color: #F831E6;
}
</style>
border-color css
<style>
span { border-color: #F831E6; }
span { border-color: rgb(248,49,230); }
td.TdClassName
{
border-color: #F831E6;
}
.TagClassName
{
border-color: #F831E6;
}
</style>