Shades of Razzle Dazzle Rose #F83FDF
Tints of Razzle Dazzle Rose #F83FDF
RGB
CMYK
RGB Variations
Color information
#F83FDF (or 0xF83FDF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3F and DF. RGB value is (248,63,223). Sum of RGB (Red+Green+Blue) = 248+63+223=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 63 (25% from 255 or 11.80% from 534); Blue value is 223 (87.5% from 255 or 41.76% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F83FDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83FDF is #07C020. Grayscale: #888888. Windows color (decimal): -507937 or 14630904. OLE color: 14630904.
HSL color Cylindrical-coordinate representation of color #F83FDF: hue angle of 308.11º 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 #F83FDF is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 63 | 223 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.03 |
| HSL | 308.11º | 0.93% | 0.61% | - |
| HSV(B) | 308.11º | 0.75% | 0.97% | - |
| XYZ | 53.81 | 28.84 | 72.54 | - |
| YUV | 136.56 | 176.79 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 63 | 223 | 0 | 0.75 | 0.10 | 0.03 | 308.11 | 0.93 | 0.61 |
| Hex | F8 | 3F | DF | 0 | 4B | A | 3 | 134 | 5D | 3D |
| Octal | 370 | 77 | 337 | 0 | 113 | 12 | 3 | 464 | 135 | 75 |
| Binary | 11111000 | 111111 | 11011111 | 0 | 1001011 | 1010 | 11 | 100110100 | 1011101 | 111101 |
Color Harmonies of #F83FDF
Complementary color
Monochromatic Colors of #F83FDF
Black with #F83FDF
Text Example
Text Example
White with #F83FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83FDF; }
p { color: rgb(248,63,223); }
H1.HeaderClassName
{
color: #F83FDF;
}
.AnyTagClassName
{
color: #F83FDF;
}
</style>
background-color css
<style>
a { background-color: #F83FDF; }
a { background-color: rgb(248,63,223); }
div.DivClassName
{
background-color: #F83FDF;
}
.BgClassName
{
background-color: #F83FDF;
}
</style>
border-color css
<style>
span { border-color: #F83FDF; }
span { border-color: rgb(248,63,223); }
td.TdClassName
{
border-color: #F83FDF;
}
.TagClassName
{
border-color: #F83FDF;
}
</style>