Shades of Razzle Dazzle Rose #F838BA
Tints of Razzle Dazzle Rose #F838BA
RGB
CMYK
RGB Variations
Color information
#F838BA (or 0xF838BA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 38 and BA. RGB value is (248,56,186). Sum of RGB (Red+Green+Blue) = 248+56+186=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 186 (73.05% from 255 or 37.96% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F838BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F838BA is #07C745. Grayscale: #7F7F7F. Windows color (decimal): -509766 or 12204280. OLE color: 12204280.
HSL color Cylindrical-coordinate representation of color #F838BA: hue angle of 319.38º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F838BA is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 56 | 186 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.03 |
| HSL | 319.38º | 0.93% | 0.6% | - |
| HSV(B) | 319.38º | 0.77% | 0.97% | - |
| XYZ | 48.99 | 26.33 | 48.95 | - |
| YUV | 128.23 | 160.61 | 213.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 56 | 186 | 0 | 0.77 | 0.25 | 0.03 | 319.38 | 0.93 | 0.6 |
| Hex | F8 | 38 | BA | 0 | 4D | 19 | 3 | 13F | 5D | 3C |
| Octal | 370 | 70 | 272 | 0 | 115 | 31 | 3 | 477 | 135 | 74 |
| Binary | 11111000 | 111000 | 10111010 | 0 | 1001101 | 11001 | 11 | 100111111 | 1011101 | 111100 |
Color Harmonies of #F838BA
Complementary color
Monochromatic Colors of #F838BA
Black with #F838BA
Text Example
Text Example
White with #F838BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F838BA; }
p { color: rgb(248,56,186); }
H1.HeaderClassName
{
color: #F838BA;
}
.AnyTagClassName
{
color: #F838BA;
}
</style>
background-color css
<style>
a { background-color: #F838BA; }
a { background-color: rgb(248,56,186); }
div.DivClassName
{
background-color: #F838BA;
}
.BgClassName
{
background-color: #F838BA;
}
</style>
border-color css
<style>
span { border-color: #F838BA; }
span { border-color: rgb(248,56,186); }
td.TdClassName
{
border-color: #F838BA;
}
.TagClassName
{
border-color: #F838BA;
}
</style>