Shades of Razzle Dazzle Rose #F441CF
Tints of Razzle Dazzle Rose #F441CF
RGB
CMYK
RGB Variations
Color information
#F441CF (or 0xF441CF) is known color: Razzle Dazzle Rose. HEX triplet: F4, 41 and CF. RGB value is (244,65,207). Sum of RGB (Red+Green+Blue) = 244+65+207=516 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.29% from 516); Green value is 65 (25.78% from 255 or 12.60% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 244 - color contains mainly: red. Hex color #F441CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F441CF is #0BBE30. Grayscale: #868686. Windows color (decimal): -769585 or 13582836. OLE color: 13582836.
HSL color Cylindrical-coordinate representation of color #F441CF: hue angle of 312.4º 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 #F441CF is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 65 | 207 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.04 |
| HSL | 312.4º | 0.89% | 0.61% | - |
| HSV(B) | 312.4º | 0.73% | 0.96% | - |
| XYZ | 50.46 | 27.52 | 61.68 | - |
| YUV | 134.71 | 168.8 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 65 | 207 | 0 | 0.73 | 0.15 | 0.04 | 312.4 | 0.89 | 0.61 |
| Hex | F4 | 41 | CF | 0 | 49 | F | 4 | 138 | 59 | 3D |
| Octal | 364 | 101 | 317 | 0 | 111 | 17 | 4 | 470 | 131 | 75 |
| Binary | 11110100 | 1000001 | 11001111 | 0 | 1001001 | 1111 | 100 | 100111000 | 1011001 | 111101 |
Color Harmonies of #F441CF
Complementary color
Monochromatic Colors of #F441CF
Black with #F441CF
Text Example
Text Example
White with #F441CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F441CF; }
p { color: rgb(244,65,207); }
H1.HeaderClassName
{
color: #F441CF;
}
.AnyTagClassName
{
color: #F441CF;
}
</style>
background-color css
<style>
a { background-color: #F441CF; }
a { background-color: rgb(244,65,207); }
div.DivClassName
{
background-color: #F441CF;
}
.BgClassName
{
background-color: #F441CF;
}
</style>
border-color css
<style>
span { border-color: #F441CF; }
span { border-color: rgb(244,65,207); }
td.TdClassName
{
border-color: #F441CF;
}
.TagClassName
{
border-color: #F441CF;
}
</style>