Shades of Razzle Dazzle Rose #F61FDC
Tints of Razzle Dazzle Rose #F61FDC
RGB
CMYK
RGB Variations
Color information
#F61FDC (or 0xF61FDC) is known color: Razzle Dazzle Rose. HEX triplet: F6, 1F and DC. RGB value is (246,31,220). Sum of RGB (Red+Green+Blue) = 246+31+220=497 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.50% from 497); Green value is 31 (12.5% from 255 or 6.24% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 246 - color contains mainly: red. Hex color #F61FDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61FDC is #09E023. Grayscale: #747474. Windows color (decimal): -647204 or 14426102. OLE color: 14426102.
HSL color Cylindrical-coordinate representation of color #F61FDC: hue angle of 307.26º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F61FDC is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 31 | 220 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.04 |
| HSL | 307.26º | 0.92% | 0.54% | - |
| HSV(B) | 307.26º | 0.87% | 0.96% | - |
| XYZ | 51.41 | 25.74 | 69.97 | - |
| YUV | 116.83 | 186.23 | 220.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 31 | 220 | 0 | 0.87 | 0.11 | 0.04 | 307.26 | 0.92 | 0.54 |
| Hex | F6 | 1F | DC | 0 | 57 | B | 4 | 133 | 5C | 36 |
| Octal | 366 | 37 | 334 | 0 | 127 | 13 | 4 | 463 | 134 | 66 |
| Binary | 11110110 | 11111 | 11011100 | 0 | 1010111 | 1011 | 100 | 100110011 | 1011100 | 110110 |
Color Harmonies of #F61FDC
Complementary color
Monochromatic Colors of #F61FDC
Black with #F61FDC
Text Example
Text Example
White with #F61FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61FDC; }
p { color: rgb(246,31,220); }
H1.HeaderClassName
{
color: #F61FDC;
}
.AnyTagClassName
{
color: #F61FDC;
}
</style>
background-color css
<style>
a { background-color: #F61FDC; }
a { background-color: rgb(246,31,220); }
div.DivClassName
{
background-color: #F61FDC;
}
.BgClassName
{
background-color: #F61FDC;
}
</style>
border-color css
<style>
span { border-color: #F61FDC; }
span { border-color: rgb(246,31,220); }
td.TdClassName
{
border-color: #F61FDC;
}
.TagClassName
{
border-color: #F61FDC;
}
</style>