Shades of Razzle Dazzle Rose #F837BA
Tints of Razzle Dazzle Rose #F837BA
RGB
CMYK
RGB Variations
Color information
#F837BA (or 0xF837BA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 37 and BA. RGB value is (248,55,186). Sum of RGB (Red+Green+Blue) = 248+55+186=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 55 (21.88% from 255 or 11.25% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F837BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F837BA is #07C845. Grayscale: #7F7F7F. Windows color (decimal): -510022 or 12204024. OLE color: 12204024.
HSL color Cylindrical-coordinate representation of color #F837BA: hue angle of 319.27º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F837BA is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 55 | 186 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.03 |
| HSL | 319.27º | 0.93% | 0.59% | - |
| HSV(B) | 319.27º | 0.78% | 0.97% | - |
| XYZ | 48.94 | 26.23 | 48.94 | - |
| YUV | 127.64 | 160.94 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 55 | 186 | 0 | 0.78 | 0.25 | 0.03 | 319.27 | 0.93 | 0.59 |
| Hex | F8 | 37 | BA | 0 | 4E | 19 | 3 | 13F | 5D | 3B |
| Octal | 370 | 67 | 272 | 0 | 116 | 31 | 3 | 477 | 135 | 73 |
| Binary | 11111000 | 110111 | 10111010 | 0 | 1001110 | 11001 | 11 | 100111111 | 1011101 | 111011 |
Color Harmonies of #F837BA
Complementary color
Monochromatic Colors of #F837BA
Black with #F837BA
Text Example
Text Example
White with #F837BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F837BA; }
p { color: rgb(248,55,186); }
H1.HeaderClassName
{
color: #F837BA;
}
.AnyTagClassName
{
color: #F837BA;
}
</style>
background-color css
<style>
a { background-color: #F837BA; }
a { background-color: rgb(248,55,186); }
div.DivClassName
{
background-color: #F837BA;
}
.BgClassName
{
background-color: #F837BA;
}
</style>
border-color css
<style>
span { border-color: #F837BA; }
span { border-color: rgb(248,55,186); }
td.TdClassName
{
border-color: #F837BA;
}
.TagClassName
{
border-color: #F837BA;
}
</style>