Shades of Razzle Dazzle Rose #F83DB7
Tints of Razzle Dazzle Rose #F83DB7
RGB
CMYK
RGB Variations
Color information
#F83DB7 (or 0xF83DB7) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3D and B7. RGB value is (248,61,183). Sum of RGB (Red+Green+Blue) = 248+61+183=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 61 (24.22% from 255 or 12.40% from 492); Blue value is 183 (71.88% from 255 or 37.20% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83DB7 is #07C248. Grayscale: #828282. Windows color (decimal): -508489 or 12008952. OLE color: 12008952.
HSL color Cylindrical-coordinate representation of color #F83DB7: hue angle of 320.86º 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 #F83DB7 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 183 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.03 |
| HSL | 320.86º | 0.93% | 0.61% | - |
| HSV(B) | 320.86º | 0.75% | 0.97% | - |
| XYZ | 48.93 | 26.71 | 47.38 | - |
| YUV | 130.82 | 157.45 | 211.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 183 | 0 | 0.75 | 0.26 | 0.03 | 320.86 | 0.93 | 0.61 |
| Hex | F8 | 3D | B7 | 0 | 4B | 1A | 3 | 141 | 5D | 3D |
| Octal | 370 | 75 | 267 | 0 | 113 | 32 | 3 | 501 | 135 | 75 |
| Binary | 11111000 | 111101 | 10110111 | 0 | 1001011 | 11010 | 11 | 101000001 | 1011101 | 111101 |
Color Harmonies of #F83DB7
Complementary color
Monochromatic Colors of #F83DB7
Black with #F83DB7
Text Example
Text Example
White with #F83DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83DB7; }
p { color: rgb(248,61,183); }
H1.HeaderClassName
{
color: #F83DB7;
}
.AnyTagClassName
{
color: #F83DB7;
}
</style>
background-color css
<style>
a { background-color: #F83DB7; }
a { background-color: rgb(248,61,183); }
div.DivClassName
{
background-color: #F83DB7;
}
.BgClassName
{
background-color: #F83DB7;
}
</style>
border-color css
<style>
span { border-color: #F83DB7; }
span { border-color: rgb(248,61,183); }
td.TdClassName
{
border-color: #F83DB7;
}
.TagClassName
{
border-color: #F83DB7;
}
</style>