Shades of Razzle Dazzle Rose #F83BCB
Tints of Razzle Dazzle Rose #F83BCB
RGB
CMYK
RGB Variations
Color information
#F83BCB (or 0xF83BCB) is known color: Razzle Dazzle Rose. HEX triplet: F8, 3B and CB. RGB value is (248,59,203). Sum of RGB (Red+Green+Blue) = 248+59+203=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 59 (23.44% from 255 or 11.57% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 248 - color contains mainly: red. Hex color #F83BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F83BCB is #07C434. Grayscale: #838383. Windows color (decimal): -508981 or 13319160. OLE color: 13319160.
HSL color Cylindrical-coordinate representation of color #F83BCB: hue angle of 314.29º 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 #F83BCB is Cyan = 0, Magento = 0.76, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 59 | 203 | - |
| CMYK | 0 | 0.76 | 0.18 | 0.03 |
| HSL | 314.29º | 0.93% | 0.6% | - |
| HSV(B) | 314.29º | 0.76% | 0.97% | - |
| XYZ | 51.05 | 27.4 | 59.1 | - |
| YUV | 131.93 | 168.12 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 59 | 203 | 0 | 0.76 | 0.18 | 0.03 | 314.29 | 0.93 | 0.6 |
| Hex | F8 | 3B | CB | 0 | 4C | 12 | 3 | 13A | 5D | 3C |
| Octal | 370 | 73 | 313 | 0 | 114 | 22 | 3 | 472 | 135 | 74 |
| Binary | 11111000 | 111011 | 11001011 | 0 | 1001100 | 10010 | 11 | 100111010 | 1011101 | 111100 |
Color Harmonies of #F83BCB
Complementary color
Monochromatic Colors of #F83BCB
Black with #F83BCB
Text Example
Text Example
White with #F83BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83BCB; }
p { color: rgb(248,59,203); }
H1.HeaderClassName
{
color: #F83BCB;
}
.AnyTagClassName
{
color: #F83BCB;
}
</style>
background-color css
<style>
a { background-color: #F83BCB; }
a { background-color: rgb(248,59,203); }
div.DivClassName
{
background-color: #F83BCB;
}
.BgClassName
{
background-color: #F83BCB;
}
</style>
border-color css
<style>
span { border-color: #F83BCB; }
span { border-color: rgb(248,59,203); }
td.TdClassName
{
border-color: #F83BCB;
}
.TagClassName
{
border-color: #F83BCB;
}
</style>