Shades of Razzle Dazzle Rose #F945C9
Tints of Razzle Dazzle Rose #F945C9
RGB
CMYK
RGB Variations
Color information
#F945C9 (or 0xF945C9) is known color: Razzle Dazzle Rose. HEX triplet: F9, 45 and C9. RGB value is (249,69,201). Sum of RGB (Red+Green+Blue) = 249+69+201=519 (68% of max value = 765). Red value is 249 (97.66% from 255 or 47.98% from 519); Green value is 69 (27.34% from 255 or 13.29% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 249 - color contains mainly: red. Hex color #F945C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F945C9 is #06BA36. Grayscale: #898989. Windows color (decimal): -440887 or 13190649. OLE color: 13190649.
HSL color Cylindrical-coordinate representation of color #F945C9: hue angle of 316º 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 #F945C9 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 201 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.02 |
| HSL | 316º | 0.94% | 0.62% | - |
| HSV(B) | 316º | 0.72% | 0.98% | - |
| XYZ | 51.74 | 28.61 | 58.05 | - |
| YUV | 137.87 | 163.63 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 201 | 0 | 0.72 | 0.19 | 0.02 | 316 | 0.94 | 0.62 |
| Hex | F9 | 45 | C9 | 0 | 48 | 13 | 2 | 13C | 5E | 3E |
| Octal | 371 | 105 | 311 | 0 | 110 | 23 | 2 | 474 | 136 | 76 |
| Binary | 11111001 | 1000101 | 11001001 | 0 | 1001000 | 10011 | 10 | 100111100 | 1011110 | 111110 |
Color Harmonies of #F945C9
Complementary color
Monochromatic Colors of #F945C9
Black with #F945C9
Text Example
Text Example
White with #F945C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F945C9; }
p { color: rgb(249,69,201); }
H1.HeaderClassName
{
color: #F945C9;
}
.AnyTagClassName
{
color: #F945C9;
}
</style>
background-color css
<style>
a { background-color: #F945C9; }
a { background-color: rgb(249,69,201); }
div.DivClassName
{
background-color: #F945C9;
}
.BgClassName
{
background-color: #F945C9;
}
</style>
border-color css
<style>
span { border-color: #F945C9; }
span { border-color: rgb(249,69,201); }
td.TdClassName
{
border-color: #F945C9;
}
.TagClassName
{
border-color: #F945C9;
}
</style>