Shades of Razzle Dazzle Rose #F141C9
Tints of Razzle Dazzle Rose #F141C9
RGB
CMYK
RGB Variations
Color information
#F141C9 (or 0xF141C9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 41 and C9. RGB value is (241,65,201). Sum of RGB (Red+Green+Blue) = 241+65+201=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 201 (78.91% from 255 or 39.64% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F141C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F141C9 is #0EBE36. Grayscale: #848484. Windows color (decimal): -966199 or 13189617. OLE color: 13189617.
HSL color Cylindrical-coordinate representation of color #F141C9: hue angle of 313.64º 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 #F141C9 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 65 | 201 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.05 |
| HSL | 313.64º | 0.86% | 0.6% | - |
| HSV(B) | 313.64º | 0.73% | 0.95% | - |
| XYZ | 48.71 | 26.7 | 57.84 | - |
| YUV | 133.13 | 166.31 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 65 | 201 | 0 | 0.73 | 0.17 | 0.05 | 313.64 | 0.86 | 0.6 |
| Hex | F1 | 41 | C9 | 0 | 49 | 11 | 5 | 13A | 56 | 3C |
| Octal | 361 | 101 | 311 | 0 | 111 | 21 | 5 | 472 | 126 | 74 |
| Binary | 11110001 | 1000001 | 11001001 | 0 | 1001001 | 10001 | 101 | 100111010 | 1010110 | 111100 |
Color Harmonies of #F141C9
Complementary color
Monochromatic Colors of #F141C9
Black with #F141C9
Text Example
Text Example
White with #F141C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F141C9; }
p { color: rgb(241,65,201); }
H1.HeaderClassName
{
color: #F141C9;
}
.AnyTagClassName
{
color: #F141C9;
}
</style>
background-color css
<style>
a { background-color: #F141C9; }
a { background-color: rgb(241,65,201); }
div.DivClassName
{
background-color: #F141C9;
}
.BgClassName
{
background-color: #F141C9;
}
</style>
border-color css
<style>
span { border-color: #F141C9; }
span { border-color: rgb(241,65,201); }
td.TdClassName
{
border-color: #F141C9;
}
.TagClassName
{
border-color: #F141C9;
}
</style>