Shades of Razzle Dazzle Rose #F83BED
Tints of Razzle Dazzle Rose #F83BED
RGB
CMYK
RGB Variations
Color information
#F83BED (or 0xF83BED) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3B and ED. RGB value is (248,59,237). Sum of RGB (Red+Green+Blue) = 248+59+237=544 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.59% from 544); Green value is 59 (23.44% from 255 or 10.85% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 248 - color contains mainly: red. Hex color #F83BED is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F83BED is #07C412. Grayscale: #878787. Windows color (decimal): -508947 or 15547384. OLE color: 15547384.
HSL color Cylindrical-coordinate representation of color #F83BED: hue angle of 303.49º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F83BED is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 59 | 237 | - |
| CMYK | 0 | 0.76 | 0.04 | 0.03 |
| HSL | 303.49º | 0.93% | 0.6% | - |
| HSV(B) | 303.49º | 0.76% | 0.97% | - |
| XYZ | 55.56 | 29.2 | 82.83 | - |
| YUV | 135.8 | 185.12 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 59 | 237 | 0 | 0.76 | 0.04 | 0.03 | 303.49 | 0.93 | 0.6 |
| Hex | F8 | 3B | ED | 0 | 4C | 4 | 3 | 12F | 5D | 3C |
| Octal | 370 | 73 | 355 | 0 | 114 | 4 | 3 | 457 | 135 | 74 |
| Binary | 11111000 | 111011 | 11101101 | 0 | 1001100 | 100 | 11 | 100101111 | 1011101 | 111100 |
Color Harmonies of #F83BED
Complementary color
Monochromatic Colors of #F83BED
Black with #F83BED
Text Example
Text Example
White with #F83BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83BED; }
p { color: rgb(248,59,237); }
H1.HeaderClassName
{
color: #F83BED;
}
.AnyTagClassName
{
color: #F83BED;
}
</style>
background-color css
<style>
a { background-color: #F83BED; }
a { background-color: rgb(248,59,237); }
div.DivClassName
{
background-color: #F83BED;
}
.BgClassName
{
background-color: #F83BED;
}
</style>
border-color css
<style>
span { border-color: #F83BED; }
span { border-color: rgb(248,59,237); }
td.TdClassName
{
border-color: #F83BED;
}
.TagClassName
{
border-color: #F83BED;
}
</style>