Shades of Razzle Dazzle Rose #F841DF
Tints of Razzle Dazzle Rose #F841DF
RGB
CMYK
RGB Variations
Color information
#F841DF (or 0xF841DF) is known color: Razzle Dazzle Rose. HEX triplet: F8, 41 and DF. RGB value is (248,65,223). Sum of RGB (Red+Green+Blue) = 248+65+223=536 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.27% from 536); Green value is 65 (25.78% from 255 or 12.13% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 248 - color contains mainly: red. Hex color #F841DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F841DF is #07BE20. Grayscale: #898989. Windows color (decimal): -507425 or 14631416. OLE color: 14631416.
HSL color Cylindrical-coordinate representation of color #F841DF: hue angle of 308.2º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F841DF is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 65 | 223 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.03 |
| HSL | 308.2º | 0.93% | 0.61% | - |
| HSV(B) | 308.2º | 0.74% | 0.97% | - |
| XYZ | 53.92 | 29.06 | 72.58 | - |
| YUV | 137.73 | 176.13 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 65 | 223 | 0 | 0.74 | 0.10 | 0.03 | 308.2 | 0.93 | 0.61 |
| Hex | F8 | 41 | DF | 0 | 4A | A | 3 | 134 | 5D | 3D |
| Octal | 370 | 101 | 337 | 0 | 112 | 12 | 3 | 464 | 135 | 75 |
| Binary | 11111000 | 1000001 | 11011111 | 0 | 1001010 | 1010 | 11 | 100110100 | 1011101 | 111101 |
Color Harmonies of #F841DF
Complementary color
Monochromatic Colors of #F841DF
Black with #F841DF
Text Example
Text Example
White with #F841DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F841DF; }
p { color: rgb(248,65,223); }
H1.HeaderClassName
{
color: #F841DF;
}
.AnyTagClassName
{
color: #F841DF;
}
</style>
background-color css
<style>
a { background-color: #F841DF; }
a { background-color: rgb(248,65,223); }
div.DivClassName
{
background-color: #F841DF;
}
.BgClassName
{
background-color: #F841DF;
}
</style>
border-color css
<style>
span { border-color: #F841DF; }
span { border-color: rgb(248,65,223); }
td.TdClassName
{
border-color: #F841DF;
}
.TagClassName
{
border-color: #F841DF;
}
</style>