Shades of Razzle Dazzle Rose #F141D5
Tints of Razzle Dazzle Rose #F141D5
RGB
CMYK
RGB Variations
Color information
#F141D5 (or 0xF141D5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 41 and D5. RGB value is (241,65,213). Sum of RGB (Red+Green+Blue) = 241+65+213=519 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.44% from 519); Green value is 65 (25.78% from 255 or 12.52% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 241 - color contains mainly: red. Hex color #F141D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141D5 is #0EBE2A. Grayscale: #868686. Windows color (decimal): -966187 or 13976049. OLE color: 13976049.
HSL color Cylindrical-coordinate representation of color #F141D5: hue angle of 309.55º 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 #F141D5 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 213 | - |
| CMYK | 0 | 0.73 | 0.12 | 0.05 |
| HSL | 309.55º | 0.86% | 0.6% | - |
| HSV(B) | 309.55º | 0.73% | 0.95% | - |
| XYZ | 50.18 | 27.29 | 65.57 | - |
| YUV | 134.5 | 172.31 | 203.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 213 | 0 | 0.73 | 0.12 | 0.05 | 309.55 | 0.86 | 0.6 |
| Hex | F1 | 41 | D5 | 0 | 49 | C | 5 | 136 | 56 | 3C |
| Octal | 361 | 101 | 325 | 0 | 111 | 14 | 5 | 466 | 126 | 74 |
| Binary | 11110001 | 1000001 | 11010101 | 0 | 1001001 | 1100 | 101 | 100110110 | 1010110 | 111100 |
Color Harmonies of #F141D5
Complementary color
Monochromatic Colors of #F141D5
Black with #F141D5
Text Example
Text Example
White with #F141D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F141D5; }
p { color: rgb(241,65,213); }
H1.HeaderClassName
{
color: #F141D5;
}
.AnyTagClassName
{
color: #F141D5;
}
</style>
background-color css
<style>
a { background-color: #F141D5; }
a { background-color: rgb(241,65,213); }
div.DivClassName
{
background-color: #F141D5;
}
.BgClassName
{
background-color: #F141D5;
}
</style>
border-color css
<style>
span { border-color: #F141D5; }
span { border-color: rgb(241,65,213); }
td.TdClassName
{
border-color: #F141D5;
}
.TagClassName
{
border-color: #F141D5;
}
</style>