Shades of Razzle Dazzle Rose #F140DC
Tints of Razzle Dazzle Rose #F140DC
RGB
CMYK
RGB Variations
Color information
#F140DC (or 0xF140DC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 40 and DC. RGB value is (241,64,220). Sum of RGB (Red+Green+Blue) = 241+64+220=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 64 (25.39% from 255 or 12.19% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F140DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F140DC is #0EBF23. Grayscale: #868686. Windows color (decimal): -966436 or 14434545. OLE color: 14434545.
HSL color Cylindrical-coordinate representation of color #F140DC: hue angle of 307.12º 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 #F140DC is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 220 | - |
| CMYK | 0 | 0.73 | 0.09 | 0.05 |
| HSL | 307.12º | 0.86% | 0.6% | - |
| HSV(B) | 307.12º | 0.73% | 0.95% | - |
| XYZ | 51.03 | 27.53 | 70.34 | - |
| YUV | 134.71 | 176.14 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 220 | 0 | 0.73 | 0.09 | 0.05 | 307.12 | 0.86 | 0.6 |
| Hex | F1 | 40 | DC | 0 | 49 | 9 | 5 | 133 | 56 | 3C |
| Octal | 361 | 100 | 334 | 0 | 111 | 11 | 5 | 463 | 126 | 74 |
| Binary | 11110001 | 1000000 | 11011100 | 0 | 1001001 | 1001 | 101 | 100110011 | 1010110 | 111100 |
Color Harmonies of #F140DC
Complementary color
Monochromatic Colors of #F140DC
Black with #F140DC
Text Example
Text Example
White with #F140DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F140DC; }
p { color: rgb(241,64,220); }
H1.HeaderClassName
{
color: #F140DC;
}
.AnyTagClassName
{
color: #F140DC;
}
</style>
background-color css
<style>
a { background-color: #F140DC; }
a { background-color: rgb(241,64,220); }
div.DivClassName
{
background-color: #F140DC;
}
.BgClassName
{
background-color: #F140DC;
}
</style>
border-color css
<style>
span { border-color: #F140DC; }
span { border-color: rgb(241,64,220); }
td.TdClassName
{
border-color: #F140DC;
}
.TagClassName
{
border-color: #F140DC;
}
</style>