Shades of Razzle Dazzle Rose #F144C7
Tints of Razzle Dazzle Rose #F144C7
RGB
CMYK
RGB Variations
Color information
#F144C7 (or 0xF144C7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 44 and C7. RGB value is (241,68,199). Sum of RGB (Red+Green+Blue) = 241+68+199=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 68 (26.95% from 255 or 13.39% from 508); Blue value is 199 (78.12% from 255 or 39.17% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F144C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F144C7 is #0EBB38. Grayscale: #868686. Windows color (decimal): -965433 or 13059313. OLE color: 13059313.
HSL color Cylindrical-coordinate representation of color #F144C7: hue angle of 314.57º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F144C7 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 199 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.05 |
| HSL | 314.57º | 0.86% | 0.61% | - |
| HSV(B) | 314.57º | 0.72% | 0.95% | - |
| XYZ | 48.65 | 26.96 | 56.67 | - |
| YUV | 134.66 | 164.31 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 199 | 0 | 0.72 | 0.17 | 0.05 | 314.57 | 0.86 | 0.61 |
| Hex | F1 | 44 | C7 | 0 | 48 | 11 | 5 | 13B | 56 | 3D |
| Octal | 361 | 104 | 307 | 0 | 110 | 21 | 5 | 473 | 126 | 75 |
| Binary | 11110001 | 1000100 | 11000111 | 0 | 1001000 | 10001 | 101 | 100111011 | 1010110 | 111101 |
Color Harmonies of #F144C7
Complementary color
Monochromatic Colors of #F144C7
Black with #F144C7
Text Example
Text Example
White with #F144C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F144C7; }
p { color: rgb(241,68,199); }
H1.HeaderClassName
{
color: #F144C7;
}
.AnyTagClassName
{
color: #F144C7;
}
</style>
background-color css
<style>
a { background-color: #F144C7; }
a { background-color: rgb(241,68,199); }
div.DivClassName
{
background-color: #F144C7;
}
.BgClassName
{
background-color: #F144C7;
}
</style>
border-color css
<style>
span { border-color: #F144C7; }
span { border-color: rgb(241,68,199); }
td.TdClassName
{
border-color: #F144C7;
}
.TagClassName
{
border-color: #F144C7;
}
</style>