Shades of Razzle Dazzle Rose #F148C8
Tints of Razzle Dazzle Rose #F148C8
RGB
CMYK
RGB Variations
Color information
#F148C8 (or 0xF148C8) is known color: Razzle Dazzle Rose. HEX triplet: F1, 48 and C8. RGB value is (241,72,200). Sum of RGB (Red+Green+Blue) = 241+72+200=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 72 (28.52% from 255 or 14.04% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F148C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F148C8 is #0EB737. Grayscale: #888888. Windows color (decimal): -964408 or 13125873. OLE color: 13125873.
HSL color Cylindrical-coordinate representation of color #F148C8: hue angle of 314.56º 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 #F148C8 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 72 | 200 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.05 |
| HSL | 314.56º | 0.86% | 0.61% | - |
| HSV(B) | 314.56º | 0.7% | 0.95% | - |
| XYZ | 49.02 | 27.51 | 57.37 | - |
| YUV | 137.12 | 163.49 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 72 | 200 | 0 | 0.70 | 0.17 | 0.05 | 314.56 | 0.86 | 0.61 |
| Hex | F1 | 48 | C8 | 0 | 46 | 11 | 5 | 13B | 56 | 3D |
| Octal | 361 | 110 | 310 | 0 | 106 | 21 | 5 | 473 | 126 | 75 |
| Binary | 11110001 | 1001000 | 11001000 | 0 | 1000110 | 10001 | 101 | 100111011 | 1010110 | 111101 |
Color Harmonies of #F148C8
Complementary color
Monochromatic Colors of #F148C8
Black with #F148C8
Text Example
Text Example
White with #F148C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F148C8; }
p { color: rgb(241,72,200); }
H1.HeaderClassName
{
color: #F148C8;
}
.AnyTagClassName
{
color: #F148C8;
}
</style>
background-color css
<style>
a { background-color: #F148C8; }
a { background-color: rgb(241,72,200); }
div.DivClassName
{
background-color: #F148C8;
}
.BgClassName
{
background-color: #F148C8;
}
</style>
border-color css
<style>
span { border-color: #F148C8; }
span { border-color: rgb(241,72,200); }
td.TdClassName
{
border-color: #F148C8;
}
.TagClassName
{
border-color: #F148C8;
}
</style>