Shades of Razzle Dazzle Rose #F145C5
Tints of Razzle Dazzle Rose #F145C5
RGB
CMYK
RGB Variations
Color information
#F145C5 (or 0xF145C5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 45 and C5. RGB value is (241,69,197). Sum of RGB (Red+Green+Blue) = 241+69+197=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 69 (27.34% from 255 or 13.61% from 507); Blue value is 197 (77.34% from 255 or 38.86% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F145C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F145C5 is #0EBA3A. Grayscale: #868686. Windows color (decimal): -965179 or 12928497. OLE color: 12928497.
HSL color Cylindrical-coordinate representation of color #F145C5: hue angle of 315.35º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F145C5 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 69 | 197 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.05 |
| HSL | 315.35º | 0.86% | 0.61% | - |
| HSV(B) | 315.35º | 0.71% | 0.95% | - |
| XYZ | 48.48 | 26.99 | 55.48 | - |
| YUV | 135.02 | 162.98 | 203.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 69 | 197 | 0 | 0.71 | 0.18 | 0.05 | 315.35 | 0.86 | 0.61 |
| Hex | F1 | 45 | C5 | 0 | 47 | 12 | 5 | 13B | 56 | 3D |
| Octal | 361 | 105 | 305 | 0 | 107 | 22 | 5 | 473 | 126 | 75 |
| Binary | 11110001 | 1000101 | 11000101 | 0 | 1000111 | 10010 | 101 | 100111011 | 1010110 | 111101 |
Color Harmonies of #F145C5
Complementary color
Monochromatic Colors of #F145C5
Black with #F145C5
Text Example
Text Example
White with #F145C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F145C5; }
p { color: rgb(241,69,197); }
H1.HeaderClassName
{
color: #F145C5;
}
.AnyTagClassName
{
color: #F145C5;
}
</style>
background-color css
<style>
a { background-color: #F145C5; }
a { background-color: rgb(241,69,197); }
div.DivClassName
{
background-color: #F145C5;
}
.BgClassName
{
background-color: #F145C5;
}
</style>
border-color css
<style>
span { border-color: #F145C5; }
span { border-color: rgb(241,69,197); }
td.TdClassName
{
border-color: #F145C5;
}
.TagClassName
{
border-color: #F145C5;
}
</style>