Shades of Razzle Dazzle Rose #F843BA
Tints of Razzle Dazzle Rose #F843BA
RGB
CMYK
RGB Variations
Color information
#F843BA (or 0xF843BA) is known color: Razzle Dazzle Rose. HEX triplet: F8, 43 and BA. RGB value is (248,67,186). Sum of RGB (Red+Green+Blue) = 248+67+186=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 67 (26.56% from 255 or 13.37% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F843BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F843BA is #07BC45. Grayscale: #868686. Windows color (decimal): -506950 or 12207096. OLE color: 12207096.
HSL color Cylindrical-coordinate representation of color #F843BA: hue angle of 320.55º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F843BA is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 67 | 186 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.03 |
| HSL | 320.55º | 0.93% | 0.62% | - |
| HSV(B) | 320.55º | 0.73% | 0.97% | - |
| XYZ | 49.58 | 27.52 | 49.15 | - |
| YUV | 134.69 | 156.97 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 67 | 186 | 0 | 0.73 | 0.25 | 0.03 | 320.55 | 0.93 | 0.62 |
| Hex | F8 | 43 | BA | 0 | 49 | 19 | 3 | 141 | 5D | 3E |
| Octal | 370 | 103 | 272 | 0 | 111 | 31 | 3 | 501 | 135 | 76 |
| Binary | 11111000 | 1000011 | 10111010 | 0 | 1001001 | 11001 | 11 | 101000001 | 1011101 | 111110 |
Color Harmonies of #F843BA
Complementary color
Monochromatic Colors of #F843BA
Black with #F843BA
Text Example
Text Example
White with #F843BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F843BA; }
p { color: rgb(248,67,186); }
H1.HeaderClassName
{
color: #F843BA;
}
.AnyTagClassName
{
color: #F843BA;
}
</style>
background-color css
<style>
a { background-color: #F843BA; }
a { background-color: rgb(248,67,186); }
div.DivClassName
{
background-color: #F843BA;
}
.BgClassName
{
background-color: #F843BA;
}
</style>
border-color css
<style>
span { border-color: #F843BA; }
span { border-color: rgb(248,67,186); }
td.TdClassName
{
border-color: #F843BA;
}
.TagClassName
{
border-color: #F843BA;
}
</style>