Shades of Razzle Dazzle Rose #F146C9
Tints of Razzle Dazzle Rose #F146C9
RGB
CMYK
RGB Variations
Color information
#F146C9 (or 0xF146C9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 46 and C9. RGB value is (241,70,201). Sum of RGB (Red+Green+Blue) = 241+70+201=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 70 (27.73% from 255 or 13.67% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F146C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F146C9 is #0EB936. Grayscale: #878787. Windows color (decimal): -964919 or 13190897. OLE color: 13190897.
HSL color Cylindrical-coordinate representation of color #F146C9: hue angle of 314.04º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F146C9 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 201 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.05 |
| HSL | 314.04º | 0.86% | 0.61% | - |
| HSV(B) | 314.04º | 0.71% | 0.95% | - |
| XYZ | 49.01 | 27.3 | 57.94 | - |
| YUV | 136.06 | 164.65 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 201 | 0 | 0.71 | 0.17 | 0.05 | 314.04 | 0.86 | 0.61 |
| Hex | F1 | 46 | C9 | 0 | 47 | 11 | 5 | 13A | 56 | 3D |
| Octal | 361 | 106 | 311 | 0 | 107 | 21 | 5 | 472 | 126 | 75 |
| Binary | 11110001 | 1000110 | 11001001 | 0 | 1000111 | 10001 | 101 | 100111010 | 1010110 | 111101 |
Color Harmonies of #F146C9
Complementary color
Monochromatic Colors of #F146C9
Black with #F146C9
Text Example
Text Example
White with #F146C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F146C9; }
p { color: rgb(241,70,201); }
H1.HeaderClassName
{
color: #F146C9;
}
.AnyTagClassName
{
color: #F146C9;
}
</style>
background-color css
<style>
a { background-color: #F146C9; }
a { background-color: rgb(241,70,201); }
div.DivClassName
{
background-color: #F146C9;
}
.BgClassName
{
background-color: #F146C9;
}
</style>
border-color css
<style>
span { border-color: #F146C9; }
span { border-color: rgb(241,70,201); }
td.TdClassName
{
border-color: #F146C9;
}
.TagClassName
{
border-color: #F146C9;
}
</style>