Shades of Razzle Dazzle Rose #F141C6
Tints of Razzle Dazzle Rose #F141C6
RGB
CMYK
RGB Variations
Color information
#F141C6 (or 0xF141C6) is known color: Razzle Dazzle Rose. HEX triplet: F1, 41 and C6. RGB value is (241,65,198). Sum of RGB (Red+Green+Blue) = 241+65+198=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 198 (77.73% from 255 or 39.29% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F141C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141C6 is #0EBE39. Grayscale: #848484. Windows color (decimal): -966202 or 12993009. OLE color: 12993009.
HSL color Cylindrical-coordinate representation of color #F141C6: hue angle of 314.66º 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 #F141C6 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 198 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.05 |
| HSL | 314.66º | 0.86% | 0.6% | - |
| HSV(B) | 314.66º | 0.73% | 0.95% | - |
| XYZ | 48.36 | 26.56 | 56 | - |
| YUV | 132.79 | 164.81 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 198 | 0 | 0.73 | 0.18 | 0.05 | 314.66 | 0.86 | 0.6 |
| Hex | F1 | 41 | C6 | 0 | 49 | 12 | 5 | 13B | 56 | 3C |
| Octal | 361 | 101 | 306 | 0 | 111 | 22 | 5 | 473 | 126 | 74 |
| Binary | 11110001 | 1000001 | 11000110 | 0 | 1001001 | 10010 | 101 | 100111011 | 1010110 | 111100 |
Color Harmonies of #F141C6
Complementary color
Monochromatic Colors of #F141C6
Black with #F141C6
Text Example
Text Example
White with #F141C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F141C6; }
p { color: rgb(241,65,198); }
H1.HeaderClassName
{
color: #F141C6;
}
.AnyTagClassName
{
color: #F141C6;
}
</style>
background-color css
<style>
a { background-color: #F141C6; }
a { background-color: rgb(241,65,198); }
div.DivClassName
{
background-color: #F141C6;
}
.BgClassName
{
background-color: #F141C6;
}
</style>
border-color css
<style>
span { border-color: #F141C6; }
span { border-color: rgb(241,65,198); }
td.TdClassName
{
border-color: #F141C6;
}
.TagClassName
{
border-color: #F141C6;
}
</style>