Shades of Razzle Dazzle Rose #F441C6
Tints of Razzle Dazzle Rose #F441C6
RGB
CMYK
RGB Variations
Color information
#F441C6 (or 0xF441C6) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and C6. RGB value is (244,65,198). Sum of RGB (Red+Green+Blue) = 244+65+198=507 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.13% from 507); Green value is 65 (25.78% from 255 or 12.82% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 244 - color contains mainly: red. Hex color #F441C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441C6 is #0BBE39. Grayscale: #858585. Windows color (decimal): -769594 or 12993012. OLE color: 12993012.
HSL color Cylindrical-coordinate representation of color #F441C6: hue angle of 315.42º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F441C6 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 198 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.04 |
| HSL | 315.42º | 0.89% | 0.61% | - |
| HSV(B) | 315.42º | 0.73% | 0.96% | - |
| XYZ | 49.39 | 27.09 | 56.05 | - |
| YUV | 133.68 | 164.3 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 198 | 0 | 0.73 | 0.19 | 0.04 | 315.42 | 0.89 | 0.61 |
| Hex | F4 | 41 | C6 | 0 | 49 | 13 | 4 | 13B | 59 | 3D |
| Octal | 364 | 101 | 306 | 0 | 111 | 23 | 4 | 473 | 131 | 75 |
| Binary | 11110100 | 1000001 | 11000110 | 0 | 1001001 | 10011 | 100 | 100111011 | 1011001 | 111101 |
Color Harmonies of #F441C6
Complementary color
Monochromatic Colors of #F441C6
Black with #F441C6
Text Example
Text Example
White with #F441C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F441C6; }
p { color: rgb(244,65,198); }
H1.HeaderClassName
{
color: #F441C6;
}
.AnyTagClassName
{
color: #F441C6;
}
</style>
background-color css
<style>
a { background-color: #F441C6; }
a { background-color: rgb(244,65,198); }
div.DivClassName
{
background-color: #F441C6;
}
.BgClassName
{
background-color: #F441C6;
}
</style>
border-color css
<style>
span { border-color: #F441C6; }
span { border-color: rgb(244,65,198); }
td.TdClassName
{
border-color: #F441C6;
}
.TagClassName
{
border-color: #F441C6;
}
</style>