Shades of Razzle Dazzle Rose #F830E7
Tints of Razzle Dazzle Rose #F830E7
RGB
CMYK
RGB Variations
Color information
#F830E7 (or 0xF830E7) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and E7. RGB value is (248,48,231). Sum of RGB (Red+Green+Blue) = 248+48+231=527 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.06% from 527); Green value is 48 (19.14% from 255 or 9.11% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 248 - color contains mainly: red. Hex color #F830E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F830E7 is #07CF18. Grayscale: #808080. Windows color (decimal): -511769 or 15151352. OLE color: 15151352.
HSL color Cylindrical-coordinate representation of color #F830E7: hue angle of 305.1º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F830E7 is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 231 | - |
| CMYK | 0 | 0.81 | 0.07 | 0.03 |
| HSL | 305.1º | 0.93% | 0.58% | - |
| HSV(B) | 305.1º | 0.81% | 0.97% | - |
| XYZ | 54.19 | 27.84 | 78.12 | - |
| YUV | 128.66 | 185.76 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 231 | 0 | 0.81 | 0.07 | 0.03 | 305.1 | 0.93 | 0.58 |
| Hex | F8 | 30 | E7 | 0 | 51 | 7 | 3 | 131 | 5D | 3A |
| Octal | 370 | 60 | 347 | 0 | 121 | 7 | 3 | 461 | 135 | 72 |
| Binary | 11111000 | 110000 | 11100111 | 0 | 1010001 | 111 | 11 | 100110001 | 1011101 | 111010 |
Color Harmonies of #F830E7
Complementary color
Monochromatic Colors of #F830E7
Black with #F830E7
Text Example
Text Example
White with #F830E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F830E7; }
p { color: rgb(248,48,231); }
H1.HeaderClassName
{
color: #F830E7;
}
.AnyTagClassName
{
color: #F830E7;
}
</style>
background-color css
<style>
a { background-color: #F830E7; }
a { background-color: rgb(248,48,231); }
div.DivClassName
{
background-color: #F830E7;
}
.BgClassName
{
background-color: #F830E7;
}
</style>
border-color css
<style>
span { border-color: #F830E7; }
span { border-color: rgb(248,48,231); }
td.TdClassName
{
border-color: #F830E7;
}
.TagClassName
{
border-color: #F830E7;
}
</style>