Shades of Razzle Dazzle Rose #F144BC
Tints of Razzle Dazzle Rose #F144BC
RGB
CMYK
RGB Variations
Color information
#F144BC (or 0xF144BC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 44 and BC. RGB value is (241,68,188). Sum of RGB (Red+Green+Blue) = 241+68+188=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 68 (26.95% from 255 or 13.68% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F144BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F144BC is #0EBB43. Grayscale: #858585. Windows color (decimal): -965444 or 12338417. OLE color: 12338417.
HSL color Cylindrical-coordinate representation of color #F144BC: hue angle of 318.38º 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 #F144BC is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 68 | 188 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.05 |
| HSL | 318.38º | 0.86% | 0.61% | - |
| HSV(B) | 318.38º | 0.72% | 0.95% | - |
| XYZ | 47.42 | 26.47 | 50.19 | - |
| YUV | 133.41 | 158.81 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 68 | 188 | 0 | 0.72 | 0.22 | 0.05 | 318.38 | 0.86 | 0.61 |
| Hex | F1 | 44 | BC | 0 | 48 | 16 | 5 | 13E | 56 | 3D |
| Octal | 361 | 104 | 274 | 0 | 110 | 26 | 5 | 476 | 126 | 75 |
| Binary | 11110001 | 1000100 | 10111100 | 0 | 1001000 | 10110 | 101 | 100111110 | 1010110 | 111101 |
Color Harmonies of #F144BC
Complementary color
Monochromatic Colors of #F144BC
Black with #F144BC
Text Example
Text Example
White with #F144BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F144BC; }
p { color: rgb(241,68,188); }
H1.HeaderClassName
{
color: #F144BC;
}
.AnyTagClassName
{
color: #F144BC;
}
</style>
background-color css
<style>
a { background-color: #F144BC; }
a { background-color: rgb(241,68,188); }
div.DivClassName
{
background-color: #F144BC;
}
.BgClassName
{
background-color: #F144BC;
}
</style>
border-color css
<style>
span { border-color: #F144BC; }
span { border-color: rgb(241,68,188); }
td.TdClassName
{
border-color: #F144BC;
}
.TagClassName
{
border-color: #F144BC;
}
</style>