Shades of Razzle Dazzle Rose #F625DF
Tints of Razzle Dazzle Rose #F625DF
RGB
CMYK
RGB Variations
Color information
#F625DF (or 0xF625DF) is known color: Razzle Dazzle Rose. HEX triplet: F6, 25 and DF. RGB value is (246,37,223). Sum of RGB (Red+Green+Blue) = 246+37+223=506 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.62% from 506); Green value is 37 (14.84% from 255 or 7.31% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 246 - color contains mainly: red. Hex color #F625DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F625DF is #09DA20. Grayscale: #787878. Windows color (decimal): -645665 or 14624246. OLE color: 14624246.
HSL color Cylindrical-coordinate representation of color #F625DF: hue angle of 306.6º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F625DF is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 223 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.04 |
| HSL | 306.6º | 0.92% | 0.55% | - |
| HSV(B) | 306.6º | 0.85% | 0.96% | - |
| XYZ | 51.99 | 26.24 | 72.14 | - |
| YUV | 120.7 | 185.74 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 223 | 0 | 0.85 | 0.09 | 0.04 | 306.6 | 0.92 | 0.55 |
| Hex | F6 | 25 | DF | 0 | 55 | 9 | 4 | 133 | 5C | 37 |
| Octal | 366 | 45 | 337 | 0 | 125 | 11 | 4 | 463 | 134 | 67 |
| Binary | 11110110 | 100101 | 11011111 | 0 | 1010101 | 1001 | 100 | 100110011 | 1011100 | 110111 |
Color Harmonies of #F625DF
Complementary color
Monochromatic Colors of #F625DF
Black with #F625DF
Text Example
Text Example
White with #F625DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F625DF; }
p { color: rgb(246,37,223); }
H1.HeaderClassName
{
color: #F625DF;
}
.AnyTagClassName
{
color: #F625DF;
}
</style>
background-color css
<style>
a { background-color: #F625DF; }
a { background-color: rgb(246,37,223); }
div.DivClassName
{
background-color: #F625DF;
}
.BgClassName
{
background-color: #F625DF;
}
</style>
border-color css
<style>
span { border-color: #F625DF; }
span { border-color: rgb(246,37,223); }
td.TdClassName
{
border-color: #F625DF;
}
.TagClassName
{
border-color: #F625DF;
}
</style>