Shades of Razzle Dazzle Rose #F945BA
Tints of Razzle Dazzle Rose #F945BA
RGB
CMYK
RGB Variations
Color information
#F945BA (or 0xF945BA) is known color: Razzle Dazzle Rose. HEX triplet: F9, 45 and BA. RGB value is (249,69,186). Sum of RGB (Red+Green+Blue) = 249+69+186=504 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.40% from 504); Green value is 69 (27.34% from 255 or 13.69% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 249 - color contains mainly: red. Hex color #F945BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F945BA is #06BA45. Grayscale: #878787. Windows color (decimal): -440902 or 12207609. OLE color: 12207609.
HSL color Cylindrical-coordinate representation of color #F945BA: hue angle of 321º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F945BA is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 186 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.02 |
| HSL | 321º | 0.94% | 0.62% | - |
| HSV(B) | 321º | 0.72% | 0.98% | - |
| XYZ | 50.06 | 27.94 | 49.21 | - |
| YUV | 136.16 | 156.13 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 186 | 0 | 0.72 | 0.25 | 0.02 | 321 | 0.94 | 0.62 |
| Hex | F9 | 45 | BA | 0 | 48 | 19 | 2 | 141 | 5E | 3E |
| Octal | 371 | 105 | 272 | 0 | 110 | 31 | 2 | 501 | 136 | 76 |
| Binary | 11111001 | 1000101 | 10111010 | 0 | 1001000 | 11001 | 10 | 101000001 | 1011110 | 111110 |
Color Harmonies of #F945BA
Complementary color
Monochromatic Colors of #F945BA
Black with #F945BA
Text Example
Text Example
White with #F945BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F945BA; }
p { color: rgb(249,69,186); }
H1.HeaderClassName
{
color: #F945BA;
}
.AnyTagClassName
{
color: #F945BA;
}
</style>
background-color css
<style>
a { background-color: #F945BA; }
a { background-color: rgb(249,69,186); }
div.DivClassName
{
background-color: #F945BA;
}
.BgClassName
{
background-color: #F945BA;
}
</style>
border-color css
<style>
span { border-color: #F945BA; }
span { border-color: rgb(249,69,186); }
td.TdClassName
{
border-color: #F945BA;
}
.TagClassName
{
border-color: #F945BA;
}
</style>