Shades of Razzle Dazzle Rose #F83FE8
Tints of Razzle Dazzle Rose #F83FE8
RGB
CMYK
RGB Variations
Color information
#F83FE8 (or 0xF83FE8) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3F and E8. RGB value is (248,63,232). Sum of RGB (Red+Green+Blue) = 248+63+232=543 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.67% from 543); Green value is 63 (25% from 255 or 11.60% from 543); Blue value is 232 (91.02% from 255 or 42.73% from 543); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83FE8 is #07C017. Grayscale: #898989. Windows color (decimal): -507928 or 15220728. OLE color: 15220728.
HSL color Cylindrical-coordinate representation of color #F83FE8: hue angle of 305.19º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F83FE8 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 232 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.03 |
| HSL | 305.19º | 0.93% | 0.61% | - |
| HSV(B) | 305.19º | 0.75% | 0.97% | - |
| XYZ | 55.05 | 29.34 | 79.1 | - |
| YUV | 137.58 | 181.29 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 232 | 0 | 0.75 | 0.06 | 0.03 | 305.19 | 0.93 | 0.61 |
| Hex | F8 | 3F | E8 | 0 | 4B | 6 | 3 | 131 | 5D | 3D |
| Octal | 370 | 77 | 350 | 0 | 113 | 6 | 3 | 461 | 135 | 75 |
| Binary | 11111000 | 111111 | 11101000 | 0 | 1001011 | 110 | 11 | 100110001 | 1011101 | 111101 |
Color Harmonies of #F83FE8
Complementary color
Monochromatic Colors of #F83FE8
Black with #F83FE8
Text Example
Text Example
White with #F83FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83FE8; }
p { color: rgb(248,63,232); }
H1.HeaderClassName
{
color: #F83FE8;
}
.AnyTagClassName
{
color: #F83FE8;
}
</style>
background-color css
<style>
a { background-color: #F83FE8; }
a { background-color: rgb(248,63,232); }
div.DivClassName
{
background-color: #F83FE8;
}
.BgClassName
{
background-color: #F83FE8;
}
</style>
border-color css
<style>
span { border-color: #F83FE8; }
span { border-color: rgb(248,63,232); }
td.TdClassName
{
border-color: #F83FE8;
}
.TagClassName
{
border-color: #F83FE8;
}
</style>