Shades of Razzle Dazzle Rose #F146CF
Tints of Razzle Dazzle Rose #F146CF
RGB
CMYK
RGB Variations
Color information
#F146CF (or 0xF146CF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 46 and CF. RGB value is (241,70,207). Sum of RGB (Red+Green+Blue) = 241+70+207=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 70 (27.73% from 255 or 13.51% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F146CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F146CF is #0EB930. Grayscale: #888888. Windows color (decimal): -964913 or 13584113. OLE color: 13584113.
HSL color Cylindrical-coordinate representation of color #F146CF: hue angle of 311.93º 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 #F146CF is Cyan = 0, Magento = 0.71, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 207 | - |
| CMYK | 0 | 0.71 | 0.14 | 0.05 |
| HSL | 311.93º | 0.86% | 0.61% | - |
| HSV(B) | 311.93º | 0.71% | 0.95% | - |
| XYZ | 49.73 | 27.59 | 61.74 | - |
| YUV | 136.75 | 167.65 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 207 | 0 | 0.71 | 0.14 | 0.05 | 311.93 | 0.86 | 0.61 |
| Hex | F1 | 46 | CF | 0 | 47 | E | 5 | 138 | 56 | 3D |
| Octal | 361 | 106 | 317 | 0 | 107 | 16 | 5 | 470 | 126 | 75 |
| Binary | 11110001 | 1000110 | 11001111 | 0 | 1000111 | 1110 | 101 | 100111000 | 1010110 | 111101 |
Color Harmonies of #F146CF
Complementary color
Monochromatic Colors of #F146CF
Black with #F146CF
Text Example
Text Example
White with #F146CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F146CF; }
p { color: rgb(241,70,207); }
H1.HeaderClassName
{
color: #F146CF;
}
.AnyTagClassName
{
color: #F146CF;
}
</style>
background-color css
<style>
a { background-color: #F146CF; }
a { background-color: rgb(241,70,207); }
div.DivClassName
{
background-color: #F146CF;
}
.BgClassName
{
background-color: #F146CF;
}
</style>
border-color css
<style>
span { border-color: #F146CF; }
span { border-color: rgb(241,70,207); }
td.TdClassName
{
border-color: #F146CF;
}
.TagClassName
{
border-color: #F146CF;
}
</style>