Shades of Razzle Dazzle Rose #F826E5
Tints of Razzle Dazzle Rose #F826E5
RGB
CMYK
RGB Variations
Color information
#F826E5 (or 0xF826E5) is known color: Razzle Dazzle Rose. HEX triplet: F8, 26 and E5. RGB value is (248,38,229). Sum of RGB (Red+Green+Blue) = 248+38+229=515 (68% of max value = 765). Red value is 248 (97.27% from 255 or 48.16% from 515); Green value is 38 (15.23% from 255 or 7.38% from 515); Blue value is 229 (89.84% from 255 or 44.47% from 515); Max value from RGB is 248 - color contains mainly: red. Hex color #F826E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F826E5 is #07D91A. Grayscale: #7A7A7A. Windows color (decimal): -514331 or 15017720. OLE color: 15017720.
HSL color Cylindrical-coordinate representation of color #F826E5: hue angle of 305.43º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F826E5 is Cyan = 0, Magento = 0.85, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 38 | 229 | - |
| CMYK | 0 | 0.85 | 0.08 | 0.03 |
| HSL | 305.43º | 0.94% | 0.56% | - |
| HSV(B) | 305.43º | 0.85% | 0.97% | - |
| XYZ | 53.55 | 27 | 76.52 | - |
| YUV | 122.56 | 188.07 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 38 | 229 | 0 | 0.85 | 0.08 | 0.03 | 305.43 | 0.94 | 0.56 |
| Hex | F8 | 26 | E5 | 0 | 55 | 8 | 3 | 131 | 5E | 38 |
| Octal | 370 | 46 | 345 | 0 | 125 | 10 | 3 | 461 | 136 | 70 |
| Binary | 11111000 | 100110 | 11100101 | 0 | 1010101 | 1000 | 11 | 100110001 | 1011110 | 111000 |
Color Harmonies of #F826E5
Complementary color
Monochromatic Colors of #F826E5
Black with #F826E5
Text Example
Text Example
White with #F826E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F826E5; }
p { color: rgb(248,38,229); }
H1.HeaderClassName
{
color: #F826E5;
}
.AnyTagClassName
{
color: #F826E5;
}
</style>
background-color css
<style>
a { background-color: #F826E5; }
a { background-color: rgb(248,38,229); }
div.DivClassName
{
background-color: #F826E5;
}
.BgClassName
{
background-color: #F826E5;
}
</style>
border-color css
<style>
span { border-color: #F826E5; }
span { border-color: rgb(248,38,229); }
td.TdClassName
{
border-color: #F826E5;
}
.TagClassName
{
border-color: #F826E5;
}
</style>