Shades of Razzle Dazzle Rose #F945C5
Tints of Razzle Dazzle Rose #F945C5
RGB
CMYK
RGB Variations
Color information
#F945C5 (or 0xF945C5) is known color: Razzle Dazzle Rose. HEX triplet: F9, 45 and C5. RGB value is (249,69,197). Sum of RGB (Red+Green+Blue) = 249+69+197=515 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.35% from 515); Green value is 69 (27.34% from 255 or 13.40% from 515); Blue value is 197 (77.34% from 255 or 38.25% from 515); Max value from RGB is 249 - color contains mainly: red. Hex color #F945C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F945C5 is #06BA3A. Grayscale: #898989. Windows color (decimal): -440891 or 12928505. OLE color: 12928505.
HSL color Cylindrical-coordinate representation of color #F945C5: hue angle of 317.33º 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 #F945C5 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 69 | 197 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.02 |
| HSL | 317.33º | 0.94% | 0.62% | - |
| HSV(B) | 317.33º | 0.72% | 0.98% | - |
| XYZ | 51.27 | 28.43 | 55.61 | - |
| YUV | 137.41 | 161.63 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 197 | 0 | 0.72 | 0.21 | 0.02 | 317.33 | 0.94 | 0.62 |
| Hex | F9 | 45 | C5 | 0 | 48 | 15 | 2 | 13D | 5E | 3E |
| Octal | 371 | 105 | 305 | 0 | 110 | 25 | 2 | 475 | 136 | 76 |
| Binary | 11111001 | 1000101 | 11000101 | 0 | 1001000 | 10101 | 10 | 100111101 | 1011110 | 111110 |
Color Harmonies of #F945C5
Complementary color
Monochromatic Colors of #F945C5
Black with #F945C5
Text Example
Text Example
White with #F945C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F945C5; }
p { color: rgb(249,69,197); }
H1.HeaderClassName
{
color: #F945C5;
}
.AnyTagClassName
{
color: #F945C5;
}
</style>
background-color css
<style>
a { background-color: #F945C5; }
a { background-color: rgb(249,69,197); }
div.DivClassName
{
background-color: #F945C5;
}
.BgClassName
{
background-color: #F945C5;
}
</style>
border-color css
<style>
span { border-color: #F945C5; }
span { border-color: rgb(249,69,197); }
td.TdClassName
{
border-color: #F945C5;
}
.TagClassName
{
border-color: #F945C5;
}
</style>