Shades of Razzle Dazzle Rose #F141C7
Tints of Razzle Dazzle Rose #F141C7
RGB
CMYK
RGB Variations
Color information
#F141C7 (or 0xF141C7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 41 and C7. RGB value is (241,65,199). Sum of RGB (Red+Green+Blue) = 241+65+199=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 65 (25.78% from 255 or 12.87% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F141C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141C7 is #0EBE38. Grayscale: #848484. Windows color (decimal): -966201 or 13058545. OLE color: 13058545.
HSL color Cylindrical-coordinate representation of color #F141C7: hue angle of 314.32º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F141C7 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 199 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.05 |
| HSL | 314.32º | 0.86% | 0.6% | - |
| HSV(B) | 314.32º | 0.73% | 0.95% | - |
| XYZ | 48.47 | 26.6 | 56.61 | - |
| YUV | 132.9 | 165.31 | 205.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 199 | 0 | 0.73 | 0.17 | 0.05 | 314.32 | 0.86 | 0.6 |
| Hex | F1 | 41 | C7 | 0 | 49 | 11 | 5 | 13A | 56 | 3C |
| Octal | 361 | 101 | 307 | 0 | 111 | 21 | 5 | 472 | 126 | 74 |
| Binary | 11110001 | 1000001 | 11000111 | 0 | 1001001 | 10001 | 101 | 100111010 | 1010110 | 111100 |
Color Harmonies of #F141C7
Complementary color
Monochromatic Colors of #F141C7
Black with #F141C7
Text Example
Text Example
White with #F141C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F141C7; }
p { color: rgb(241,65,199); }
H1.HeaderClassName
{
color: #F141C7;
}
.AnyTagClassName
{
color: #F141C7;
}
</style>
background-color css
<style>
a { background-color: #F141C7; }
a { background-color: rgb(241,65,199); }
div.DivClassName
{
background-color: #F141C7;
}
.BgClassName
{
background-color: #F141C7;
}
</style>
border-color css
<style>
span { border-color: #F141C7; }
span { border-color: rgb(241,65,199); }
td.TdClassName
{
border-color: #F141C7;
}
.TagClassName
{
border-color: #F141C7;
}
</style>