Shades of Razzle Dazzle Rose #F146D4
Tints of Razzle Dazzle Rose #F146D4
RGB
CMYK
RGB Variations
Color information
#F146D4 (or 0xF146D4) is known color: Razzle Dazzle Rose. HEX triplet: F1, 46 and D4. RGB value is (241,70,212). Sum of RGB (Red+Green+Blue) = 241+70+212=523 (69% of max value = 765). Red value is 241 (94.53% from 255 or 46.08% from 523); Green value is 70 (27.73% from 255 or 13.38% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 241 - color contains mainly: red. Hex color #F146D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F146D4 is #0EB92B. Grayscale: #888888. Windows color (decimal): -964908 or 13911793. OLE color: 13911793.
HSL color Cylindrical-coordinate representation of color #F146D4: hue angle of 310.18º 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 #F146D4 is Cyan = 0, Magento = 0.71, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 70 | 212 | - |
| CMYK | 0 | 0.71 | 0.12 | 0.05 |
| HSL | 310.18º | 0.86% | 0.61% | - |
| HSV(B) | 310.18º | 0.71% | 0.95% | - |
| XYZ | 50.35 | 27.83 | 65.01 | - |
| YUV | 137.32 | 170.15 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 70 | 212 | 0 | 0.71 | 0.12 | 0.05 | 310.18 | 0.86 | 0.61 |
| Hex | F1 | 46 | D4 | 0 | 47 | C | 5 | 136 | 56 | 3D |
| Octal | 361 | 106 | 324 | 0 | 107 | 14 | 5 | 466 | 126 | 75 |
| Binary | 11110001 | 1000110 | 11010100 | 0 | 1000111 | 1100 | 101 | 100110110 | 1010110 | 111101 |
Color Harmonies of #F146D4
Complementary color
Monochromatic Colors of #F146D4
Black with #F146D4
Text Example
Text Example
White with #F146D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F146D4; }
p { color: rgb(241,70,212); }
H1.HeaderClassName
{
color: #F146D4;
}
.AnyTagClassName
{
color: #F146D4;
}
</style>
background-color css
<style>
a { background-color: #F146D4; }
a { background-color: rgb(241,70,212); }
div.DivClassName
{
background-color: #F146D4;
}
.BgClassName
{
background-color: #F146D4;
}
</style>
border-color css
<style>
span { border-color: #F146D4; }
span { border-color: rgb(241,70,212); }
td.TdClassName
{
border-color: #F146D4;
}
.TagClassName
{
border-color: #F146D4;
}
</style>