Shades of Razzle Dazzle Rose #F14DC1
Tints of Razzle Dazzle Rose #F14DC1
RGB
CMYK
RGB Variations
Color information
#F14DC1 (or 0xF14DC1) is known color: Razzle Dazzle Rose. HEX triplet: F1, 4D and C1. RGB value is (241,77,193). Sum of RGB (Red+Green+Blue) = 241+77+193=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F14DC1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F14DC1 is #0EB23E. Grayscale: #8A8A8A. Windows color (decimal): -963135 or 12668401. OLE color: 12668401.
HSL color Cylindrical-coordinate representation of color #F14DC1: hue angle of 317.56º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F14DC1 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 77 | 193 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.05 |
| HSL | 317.56º | 0.85% | 0.62% | - |
| HSV(B) | 317.56º | 0.68% | 0.95% | - |
| XYZ | 48.56 | 27.86 | 53.27 | - |
| YUV | 139.26 | 158.33 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 77 | 193 | 0 | 0.68 | 0.20 | 0.05 | 317.56 | 0.85 | 0.62 |
| Hex | F1 | 4D | C1 | 0 | 44 | 14 | 5 | 13E | 55 | 3E |
| Octal | 361 | 115 | 301 | 0 | 104 | 24 | 5 | 476 | 125 | 76 |
| Binary | 11110001 | 1001101 | 11000001 | 0 | 1000100 | 10100 | 101 | 100111110 | 1010101 | 111110 |
Color Harmonies of #F14DC1
Complementary color
Monochromatic Colors of #F14DC1
Black with #F14DC1
Text Example
Text Example
White with #F14DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F14DC1; }
p { color: rgb(241,77,193); }
H1.HeaderClassName
{
color: #F14DC1;
}
.AnyTagClassName
{
color: #F14DC1;
}
</style>
background-color css
<style>
a { background-color: #F14DC1; }
a { background-color: rgb(241,77,193); }
div.DivClassName
{
background-color: #F14DC1;
}
.BgClassName
{
background-color: #F14DC1;
}
</style>
border-color css
<style>
span { border-color: #F14DC1; }
span { border-color: rgb(241,77,193); }
td.TdClassName
{
border-color: #F14DC1;
}
.TagClassName
{
border-color: #F14DC1;
}
</style>