Shades of Razzle Dazzle Rose #F833E7
Tints of Razzle Dazzle Rose #F833E7
RGB
CMYK
RGB Variations
Color information
#F833E7 (or 0xF833E7) is known color: Razzle Dazzle Rose. HEX triplet: F8, 33 and E7. RGB value is (248,51,231). Sum of RGB (Red+Green+Blue) = 248+51+231=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 51 (20.31% from 255 or 9.62% from 530); Blue value is 231 (90.62% from 255 or 43.58% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F833E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F833E7 is #07CC18. Grayscale: #818181. Windows color (decimal): -511001 or 15152120. OLE color: 15152120.
HSL color Cylindrical-coordinate representation of color #F833E7: hue angle of 305.18º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F833E7 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 51 | 231 | - |
| CMYK | 0 | 0.79 | 0.07 | 0.03 |
| HSL | 305.18º | 0.93% | 0.59% | - |
| HSV(B) | 305.18º | 0.79% | 0.97% | - |
| XYZ | 54.32 | 28.09 | 78.16 | - |
| YUV | 130.42 | 184.77 | 211.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 51 | 231 | 0 | 0.79 | 0.07 | 0.03 | 305.18 | 0.93 | 0.59 |
| Hex | F8 | 33 | E7 | 0 | 4F | 7 | 3 | 131 | 5D | 3B |
| Octal | 370 | 63 | 347 | 0 | 117 | 7 | 3 | 461 | 135 | 73 |
| Binary | 11111000 | 110011 | 11100111 | 0 | 1001111 | 111 | 11 | 100110001 | 1011101 | 111011 |
Color Harmonies of #F833E7
Complementary color
Monochromatic Colors of #F833E7
Black with #F833E7
Text Example
Text Example
White with #F833E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F833E7; }
p { color: rgb(248,51,231); }
H1.HeaderClassName
{
color: #F833E7;
}
.AnyTagClassName
{
color: #F833E7;
}
</style>
background-color css
<style>
a { background-color: #F833E7; }
a { background-color: rgb(248,51,231); }
div.DivClassName
{
background-color: #F833E7;
}
.BgClassName
{
background-color: #F833E7;
}
</style>
border-color css
<style>
span { border-color: #F833E7; }
span { border-color: rgb(248,51,231); }
td.TdClassName
{
border-color: #F833E7;
}
.TagClassName
{
border-color: #F833E7;
}
</style>