Shades of Razzle Dazzle Rose #F140DF
Tints of Razzle Dazzle Rose #F140DF
RGB
CMYK
RGB Variations
Color information
#F140DF (or 0xF140DF) is known color: Razzle Dazzle Rose. HEX triplet: F1, 40 and DF. RGB value is (241,64,223). Sum of RGB (Red+Green+Blue) = 241+64+223=528 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.64% from 528); Green value is 64 (25.39% from 255 or 12.12% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 241 - color contains mainly: red. Hex color #F140DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F140DF is #0EBF20. Grayscale: #868686. Windows color (decimal): -966433 or 14631153. OLE color: 14631153.
HSL color Cylindrical-coordinate representation of color #F140DF: hue angle of 306.1º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F140DF is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 64 | 223 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.05 |
| HSL | 306.1º | 0.86% | 0.6% | - |
| HSV(B) | 306.1º | 0.73% | 0.95% | - |
| XYZ | 51.43 | 27.7 | 72.45 | - |
| YUV | 135.05 | 177.64 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 64 | 223 | 0 | 0.73 | 0.07 | 0.05 | 306.1 | 0.86 | 0.6 |
| Hex | F1 | 40 | DF | 0 | 49 | 7 | 5 | 132 | 56 | 3C |
| Octal | 361 | 100 | 337 | 0 | 111 | 7 | 5 | 462 | 126 | 74 |
| Binary | 11110001 | 1000000 | 11011111 | 0 | 1001001 | 111 | 101 | 100110010 | 1010110 | 111100 |
Color Harmonies of #F140DF
Complementary color
Monochromatic Colors of #F140DF
Black with #F140DF
Text Example
Text Example
White with #F140DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F140DF; }
p { color: rgb(241,64,223); }
H1.HeaderClassName
{
color: #F140DF;
}
.AnyTagClassName
{
color: #F140DF;
}
</style>
background-color css
<style>
a { background-color: #F140DF; }
a { background-color: rgb(241,64,223); }
div.DivClassName
{
background-color: #F140DF;
}
.BgClassName
{
background-color: #F140DF;
}
</style>
border-color css
<style>
span { border-color: #F140DF; }
span { border-color: rgb(241,64,223); }
td.TdClassName
{
border-color: #F140DF;
}
.TagClassName
{
border-color: #F140DF;
}
</style>