Shades of Razzle Dazzle Rose #F41BDF
Tints of Razzle Dazzle Rose #F41BDF
RGB
CMYK
RGB Variations
Color information
#F41BDF (or 0xF41BDF) is known color: Razzle Dazzle Rose. HEX triplet: F4, 1B and DF. RGB value is (244,27,223). Sum of RGB (Red+Green+Blue) = 244+27+223=494 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.39% from 494); Green value is 27 (10.94% from 255 or 5.47% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 244 - color contains mainly: red. Hex color #F41BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F41BDF is #0BE420. Grayscale: #717171. Windows color (decimal): -779297 or 14621684. OLE color: 14621684.
HSL color Cylindrical-coordinate representation of color #F41BDF: hue angle of 305.81º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F41BDF is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 27 | 223 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.04 |
| HSL | 305.81º | 0.91% | 0.53% | - |
| HSV(B) | 305.81º | 0.89% | 0.96% | - |
| XYZ | 51.02 | 25.34 | 72.02 | - |
| YUV | 114.23 | 189.39 | 220.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 27 | 223 | 0 | 0.89 | 0.09 | 0.04 | 305.81 | 0.91 | 0.53 |
| Hex | F4 | 1B | DF | 0 | 59 | 9 | 4 | 132 | 5B | 35 |
| Octal | 364 | 33 | 337 | 0 | 131 | 11 | 4 | 462 | 133 | 65 |
| Binary | 11110100 | 11011 | 11011111 | 0 | 1011001 | 1001 | 100 | 100110010 | 1011011 | 110101 |
Color Harmonies of #F41BDF
Complementary color
Monochromatic Colors of #F41BDF
Black with #F41BDF
Text Example
Text Example
White with #F41BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41BDF; }
p { color: rgb(244,27,223); }
H1.HeaderClassName
{
color: #F41BDF;
}
.AnyTagClassName
{
color: #F41BDF;
}
</style>
background-color css
<style>
a { background-color: #F41BDF; }
a { background-color: rgb(244,27,223); }
div.DivClassName
{
background-color: #F41BDF;
}
.BgClassName
{
background-color: #F41BDF;
}
</style>
border-color css
<style>
span { border-color: #F41BDF; }
span { border-color: rgb(244,27,223); }
td.TdClassName
{
border-color: #F41BDF;
}
.TagClassName
{
border-color: #F41BDF;
}
</style>