Shades of Razzle Dazzle Rose #F140C9
Tints of Razzle Dazzle Rose #F140C9
RGB
CMYK
RGB Variations
Color information
#F140C9 (or 0xF140C9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 40 and C9. RGB value is (241,64,201). Sum of RGB (Red+Green+Blue) = 241+64+201=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 64 (25.39% from 255 or 12.65% from 506); Blue value is 201 (78.91% from 255 or 39.72% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F140C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F140C9 is #0EBF36. Grayscale: #848484. Windows color (decimal): -966455 or 13189361. OLE color: 13189361.
HSL color Cylindrical-coordinate representation of color #F140C9: hue angle of 313.56º 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 #F140C9 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 201 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.05 |
| HSL | 313.56º | 0.86% | 0.6% | - |
| HSV(B) | 313.56º | 0.73% | 0.95% | - |
| XYZ | 48.65 | 26.58 | 57.83 | - |
| YUV | 132.54 | 166.64 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 201 | 0 | 0.73 | 0.17 | 0.05 | 313.56 | 0.86 | 0.6 |
| Hex | F1 | 40 | C9 | 0 | 49 | 11 | 5 | 13A | 56 | 3C |
| Octal | 361 | 100 | 311 | 0 | 111 | 21 | 5 | 472 | 126 | 74 |
| Binary | 11110001 | 1000000 | 11001001 | 0 | 1001001 | 10001 | 101 | 100111010 | 1010110 | 111100 |
Color Harmonies of #F140C9
Complementary color
Monochromatic Colors of #F140C9
Black with #F140C9
Text Example
Text Example
White with #F140C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F140C9; }
p { color: rgb(241,64,201); }
H1.HeaderClassName
{
color: #F140C9;
}
.AnyTagClassName
{
color: #F140C9;
}
</style>
background-color css
<style>
a { background-color: #F140C9; }
a { background-color: rgb(241,64,201); }
div.DivClassName
{
background-color: #F140C9;
}
.BgClassName
{
background-color: #F140C9;
}
</style>
border-color css
<style>
span { border-color: #F140C9; }
span { border-color: rgb(241,64,201); }
td.TdClassName
{
border-color: #F140C9;
}
.TagClassName
{
border-color: #F140C9;
}
</style>