Shades of Razzle Dazzle Rose #F83DB5
Tints of Razzle Dazzle Rose #F83DB5
RGB
CMYK
RGB Variations
Color information
#F83DB5 (or 0xF83DB5) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3D and B5. RGB value is (248,61,181). Sum of RGB (Red+Green+Blue) = 248+61+181=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 61 (24.22% from 255 or 12.45% from 490); Blue value is 181 (71.09% from 255 or 36.94% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DB5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83DB5 is #07C24A. Grayscale: #828282. Windows color (decimal): -508491 or 11877880. OLE color: 11877880.
HSL color Cylindrical-coordinate representation of color #F83DB5: hue angle of 321.5º 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 #F83DB5 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 181 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.03 |
| HSL | 321.5º | 0.93% | 0.61% | - |
| HSV(B) | 321.5º | 0.75% | 0.97% | - |
| XYZ | 48.72 | 26.63 | 46.29 | - |
| YUV | 130.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 181 | 0 | 0.75 | 0.27 | 0.03 | 321.5 | 0.93 | 0.61 |
| Hex | F8 | 3D | B5 | 0 | 4B | 1B | 3 | 141 | 5D | 3D |
| Octal | 370 | 75 | 265 | 0 | 113 | 33 | 3 | 501 | 135 | 75 |
| Binary | 11111000 | 111101 | 10110101 | 0 | 1001011 | 11011 | 11 | 101000001 | 1011101 | 111101 |
Color Harmonies of #F83DB5
Complementary color
Monochromatic Colors of #F83DB5
Black with #F83DB5
Text Example
Text Example
White with #F83DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83DB5; }
p { color: rgb(248,61,181); }
H1.HeaderClassName
{
color: #F83DB5;
}
.AnyTagClassName
{
color: #F83DB5;
}
</style>
background-color css
<style>
a { background-color: #F83DB5; }
a { background-color: rgb(248,61,181); }
div.DivClassName
{
background-color: #F83DB5;
}
.BgClassName
{
background-color: #F83DB5;
}
</style>
border-color css
<style>
span { border-color: #F83DB5; }
span { border-color: rgb(248,61,181); }
td.TdClassName
{
border-color: #F83DB5;
}
.TagClassName
{
border-color: #F83DB5;
}
</style>