Shades of Razzle Dazzle Rose #F830E1
Tints of Razzle Dazzle Rose #F830E1
RGB
CMYK
RGB Variations
Color information
#F830E1 (or 0xF830E1) is known color: Razzle Dazzle Rose. HEX triplet: F8, 30 and E1. RGB value is (248,48,225). Sum of RGB (Red+Green+Blue) = 248+48+225=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 48 (19.14% from 255 or 9.21% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F830E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F830E1 is #07CF1E. Grayscale: #7F7F7F. Windows color (decimal): -511775 or 14758136. OLE color: 14758136.
HSL color Cylindrical-coordinate representation of color #F830E1: hue angle of 306.9º 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 #F830E1 is Cyan = 0, Magento = 0.81, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 48 | 225 | - |
| CMYK | 0 | 0.81 | 0.09 | 0.03 |
| HSL | 306.9º | 0.93% | 0.58% | - |
| HSV(B) | 306.9º | 0.81% | 0.97% | - |
| XYZ | 53.36 | 27.51 | 73.73 | - |
| YUV | 127.98 | 182.76 | 213.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 48 | 225 | 0 | 0.81 | 0.09 | 0.03 | 306.9 | 0.93 | 0.58 |
| Hex | F8 | 30 | E1 | 0 | 51 | 9 | 3 | 133 | 5D | 3A |
| Octal | 370 | 60 | 341 | 0 | 121 | 11 | 3 | 463 | 135 | 72 |
| Binary | 11111000 | 110000 | 11100001 | 0 | 1010001 | 1001 | 11 | 100110011 | 1011101 | 111010 |
Color Harmonies of #F830E1
Complementary color
Monochromatic Colors of #F830E1
Black with #F830E1
Text Example
Text Example
White with #F830E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F830E1; }
p { color: rgb(248,48,225); }
H1.HeaderClassName
{
color: #F830E1;
}
.AnyTagClassName
{
color: #F830E1;
}
</style>
background-color css
<style>
a { background-color: #F830E1; }
a { background-color: rgb(248,48,225); }
div.DivClassName
{
background-color: #F830E1;
}
.BgClassName
{
background-color: #F830E1;
}
</style>
border-color css
<style>
span { border-color: #F830E1; }
span { border-color: rgb(248,48,225); }
td.TdClassName
{
border-color: #F830E1;
}
.TagClassName
{
border-color: #F830E1;
}
</style>