Shades of Razzle Dazzle Rose #F148C5
Tints of Razzle Dazzle Rose #F148C5
RGB
CMYK
RGB Variations
Color information
#F148C5 (or 0xF148C5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 48 and C5. RGB value is (241,72,197). Sum of RGB (Red+Green+Blue) = 241+72+197=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F148C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F148C5 is #0EB73A. Grayscale: #888888. Windows color (decimal): -964411 or 12929265. OLE color: 12929265.
HSL color Cylindrical-coordinate representation of color #F148C5: hue angle of 315.62º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F148C5 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 197 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.05 |
| HSL | 315.62º | 0.86% | 0.61% | - |
| HSV(B) | 315.62º | 0.7% | 0.95% | - |
| XYZ | 48.67 | 27.37 | 55.54 | - |
| YUV | 136.78 | 161.99 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 197 | 0 | 0.70 | 0.18 | 0.05 | 315.62 | 0.86 | 0.61 |
| Hex | F1 | 48 | C5 | 0 | 46 | 12 | 5 | 13C | 56 | 3D |
| Octal | 361 | 110 | 305 | 0 | 106 | 22 | 5 | 474 | 126 | 75 |
| Binary | 11110001 | 1001000 | 11000101 | 0 | 1000110 | 10010 | 101 | 100111100 | 1010110 | 111101 |
Color Harmonies of #F148C5
Complementary color
Monochromatic Colors of #F148C5
Black with #F148C5
Text Example
Text Example
White with #F148C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F148C5; }
p { color: rgb(241,72,197); }
H1.HeaderClassName
{
color: #F148C5;
}
.AnyTagClassName
{
color: #F148C5;
}
</style>
background-color css
<style>
a { background-color: #F148C5; }
a { background-color: rgb(241,72,197); }
div.DivClassName
{
background-color: #F148C5;
}
.BgClassName
{
background-color: #F148C5;
}
</style>
border-color css
<style>
span { border-color: #F148C5; }
span { border-color: rgb(241,72,197); }
td.TdClassName
{
border-color: #F148C5;
}
.TagClassName
{
border-color: #F148C5;
}
</style>