Shades of Razzle Dazzle Rose #F140D9
Tints of Razzle Dazzle Rose #F140D9
RGB
CMYK
RGB Variations
Color information
#F140D9 (or 0xF140D9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 40 and D9. RGB value is (241,64,217). Sum of RGB (Red+Green+Blue) = 241+64+217=522 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.17% from 522); Green value is 64 (25.39% from 255 or 12.26% from 522); Blue value is 217 (85.16% from 255 or 41.57% from 522); Max value from RGB is 241 - color contains mainly: red. Hex color #F140D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F140D9 is #0EBF26. Grayscale: #858585. Windows color (decimal): -966439 or 14237937. OLE color: 14237937.
HSL color Cylindrical-coordinate representation of color #F140D9: hue angle of 308.14º 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 #F140D9 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 217 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.05 |
| HSL | 308.14º | 0.86% | 0.6% | - |
| HSV(B) | 308.14º | 0.73% | 0.95% | - |
| XYZ | 50.63 | 27.38 | 68.26 | - |
| YUV | 134.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 217 | 0 | 0.73 | 0.10 | 0.05 | 308.14 | 0.86 | 0.6 |
| Hex | F1 | 40 | D9 | 0 | 49 | A | 5 | 134 | 56 | 3C |
| Octal | 361 | 100 | 331 | 0 | 111 | 12 | 5 | 464 | 126 | 74 |
| Binary | 11110001 | 1000000 | 11011001 | 0 | 1001001 | 1010 | 101 | 100110100 | 1010110 | 111100 |
Color Harmonies of #F140D9
Complementary color
Monochromatic Colors of #F140D9
Black with #F140D9
Text Example
Text Example
White with #F140D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F140D9; }
p { color: rgb(241,64,217); }
H1.HeaderClassName
{
color: #F140D9;
}
.AnyTagClassName
{
color: #F140D9;
}
</style>
background-color css
<style>
a { background-color: #F140D9; }
a { background-color: rgb(241,64,217); }
div.DivClassName
{
background-color: #F140D9;
}
.BgClassName
{
background-color: #F140D9;
}
</style>
border-color css
<style>
span { border-color: #F140D9; }
span { border-color: rgb(241,64,217); }
td.TdClassName
{
border-color: #F140D9;
}
.TagClassName
{
border-color: #F140D9;
}
</style>