Shades of Razzle Dazzle Rose #F941D0
Tints of Razzle Dazzle Rose #F941D0
RGB
CMYK
RGB Variations
Color information
#F941D0 (or 0xF941D0) is known color: Razzle Dazzle Rose. HEX triplet: F9, 41 and D0. RGB value is (249,65,208). Sum of RGB (Red+Green+Blue) = 249+65+208=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 65 (25.78% from 255 or 12.45% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F941D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F941D0 is #06BE2F. Grayscale: #878787. Windows color (decimal): -441904 or 13648377. OLE color: 13648377.
HSL color Cylindrical-coordinate representation of color #F941D0: hue angle of 313.37º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F941D0 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 65 | 208 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.02 |
| HSL | 313.37º | 0.94% | 0.62% | - |
| HSV(B) | 313.37º | 0.74% | 0.98% | - |
| XYZ | 52.34 | 28.47 | 62.41 | - |
| YUV | 136.32 | 168.46 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 65 | 208 | 0 | 0.74 | 0.16 | 0.02 | 313.37 | 0.94 | 0.62 |
| Hex | F9 | 41 | D0 | 0 | 4A | 10 | 2 | 139 | 5E | 3E |
| Octal | 371 | 101 | 320 | 0 | 112 | 20 | 2 | 471 | 136 | 76 |
| Binary | 11111001 | 1000001 | 11010000 | 0 | 1001010 | 10000 | 10 | 100111001 | 1011110 | 111110 |
Color Harmonies of #F941D0
Complementary color
Monochromatic Colors of #F941D0
Black with #F941D0
Text Example
Text Example
White with #F941D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F941D0; }
p { color: rgb(249,65,208); }
H1.HeaderClassName
{
color: #F941D0;
}
.AnyTagClassName
{
color: #F941D0;
}
</style>
background-color css
<style>
a { background-color: #F941D0; }
a { background-color: rgb(249,65,208); }
div.DivClassName
{
background-color: #F941D0;
}
.BgClassName
{
background-color: #F941D0;
}
</style>
border-color css
<style>
span { border-color: #F941D0; }
span { border-color: rgb(249,65,208); }
td.TdClassName
{
border-color: #F941D0;
}
.TagClassName
{
border-color: #F941D0;
}
</style>