Shades of Razzle Dazzle Rose #F83CB7
Tints of Razzle Dazzle Rose #F83CB7
RGB
CMYK
RGB Variations
Color information
#F83CB7 (or 0xF83CB7) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3C and B7. RGB value is (248,60,183). Sum of RGB (Red+Green+Blue) = 248+60+183=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 60 (23.83% from 255 or 12.22% from 491); Blue value is 183 (71.88% from 255 or 37.27% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F83CB7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83CB7 is #07C348. Grayscale: #818181. Windows color (decimal): -508745 or 12008696. OLE color: 12008696.
HSL color Cylindrical-coordinate representation of color #F83CB7: hue angle of 320.74º 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 #F83CB7 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 60 | 183 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.03 |
| HSL | 320.74º | 0.93% | 0.6% | - |
| HSV(B) | 320.74º | 0.76% | 0.97% | - |
| XYZ | 48.87 | 26.61 | 47.36 | - |
| YUV | 130.23 | 157.78 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 60 | 183 | 0 | 0.76 | 0.26 | 0.03 | 320.74 | 0.93 | 0.6 |
| Hex | F8 | 3C | B7 | 0 | 4C | 1A | 3 | 141 | 5D | 3C |
| Octal | 370 | 74 | 267 | 0 | 114 | 32 | 3 | 501 | 135 | 74 |
| Binary | 11111000 | 111100 | 10110111 | 0 | 1001100 | 11010 | 11 | 101000001 | 1011101 | 111100 |
Color Harmonies of #F83CB7
Complementary color
Monochromatic Colors of #F83CB7
Black with #F83CB7
Text Example
Text Example
White with #F83CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83CB7; }
p { color: rgb(248,60,183); }
H1.HeaderClassName
{
color: #F83CB7;
}
.AnyTagClassName
{
color: #F83CB7;
}
</style>
background-color css
<style>
a { background-color: #F83CB7; }
a { background-color: rgb(248,60,183); }
div.DivClassName
{
background-color: #F83CB7;
}
.BgClassName
{
background-color: #F83CB7;
}
</style>
border-color css
<style>
span { border-color: #F83CB7; }
span { border-color: rgb(248,60,183); }
td.TdClassName
{
border-color: #F83CB7;
}
.TagClassName
{
border-color: #F83CB7;
}
</style>