Shades of Razzle Dazzle Rose #F83DB8
Tints of Razzle Dazzle Rose #F83DB8
RGB
CMYK
RGB Variations
Color information
#F83DB8 (or 0xF83DB8) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3D and B8. RGB value is (248,61,184). Sum of RGB (Red+Green+Blue) = 248+61+184=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 61 (24.22% from 255 or 12.37% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F83DB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83DB8 is #07C247. Grayscale: #828282. Windows color (decimal): -508488 or 12074488. OLE color: 12074488.
HSL color Cylindrical-coordinate representation of color #F83DB8: hue angle of 320.53º 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 #F83DB8 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 61 | 184 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.03 |
| HSL | 320.53º | 0.93% | 0.61% | - |
| HSV(B) | 320.53º | 0.75% | 0.97% | - |
| XYZ | 49.03 | 26.75 | 47.93 | - |
| YUV | 130.94 | 157.95 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 61 | 184 | 0 | 0.75 | 0.26 | 0.03 | 320.53 | 0.93 | 0.61 |
| Hex | F8 | 3D | B8 | 0 | 4B | 1A | 3 | 141 | 5D | 3D |
| Octal | 370 | 75 | 270 | 0 | 113 | 32 | 3 | 501 | 135 | 75 |
| Binary | 11111000 | 111101 | 10111000 | 0 | 1001011 | 11010 | 11 | 101000001 | 1011101 | 111101 |
Color Harmonies of #F83DB8
Complementary color
Monochromatic Colors of #F83DB8
Black with #F83DB8
Text Example
Text Example
White with #F83DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83DB8; }
p { color: rgb(248,61,184); }
H1.HeaderClassName
{
color: #F83DB8;
}
.AnyTagClassName
{
color: #F83DB8;
}
</style>
background-color css
<style>
a { background-color: #F83DB8; }
a { background-color: rgb(248,61,184); }
div.DivClassName
{
background-color: #F83DB8;
}
.BgClassName
{
background-color: #F83DB8;
}
</style>
border-color css
<style>
span { border-color: #F83DB8; }
span { border-color: rgb(248,61,184); }
td.TdClassName
{
border-color: #F83DB8;
}
.TagClassName
{
border-color: #F83DB8;
}
</style>