Shades of Razzle Dazzle Rose #F442CF
Tints of Razzle Dazzle Rose #F442CF
RGB
CMYK
RGB Variations
Color information
#F442CF (or 0xF442CF) is known color: Razzle Dazzle Rose. HEX triplet: F4, 42 and CF. RGB value is (244,66,207). Sum of RGB (Red+Green+Blue) = 244+66+207=517 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.20% from 517); Green value is 66 (26.17% from 255 or 12.77% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 244 - color contains mainly: red. Hex color #F442CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F442CF is #0BBD30. Grayscale: #868686. Windows color (decimal): -769329 or 13583092. OLE color: 13583092.
HSL color Cylindrical-coordinate representation of color #F442CF: hue angle of 312.47º 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 #F442CF is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 207 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.04 |
| HSL | 312.47º | 0.89% | 0.61% | - |
| HSV(B) | 312.47º | 0.73% | 0.96% | - |
| XYZ | 50.52 | 27.63 | 61.7 | - |
| YUV | 135.3 | 168.47 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 207 | 0 | 0.73 | 0.15 | 0.04 | 312.47 | 0.89 | 0.61 |
| Hex | F4 | 42 | CF | 0 | 49 | F | 4 | 138 | 59 | 3D |
| Octal | 364 | 102 | 317 | 0 | 111 | 17 | 4 | 470 | 131 | 75 |
| Binary | 11110100 | 1000010 | 11001111 | 0 | 1001001 | 1111 | 100 | 100111000 | 1011001 | 111101 |
Color Harmonies of #F442CF
Complementary color
Monochromatic Colors of #F442CF
Black with #F442CF
Text Example
Text Example
White with #F442CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F442CF; }
p { color: rgb(244,66,207); }
H1.HeaderClassName
{
color: #F442CF;
}
.AnyTagClassName
{
color: #F442CF;
}
</style>
background-color css
<style>
a { background-color: #F442CF; }
a { background-color: rgb(244,66,207); }
div.DivClassName
{
background-color: #F442CF;
}
.BgClassName
{
background-color: #F442CF;
}
</style>
border-color css
<style>
span { border-color: #F442CF; }
span { border-color: rgb(244,66,207); }
td.TdClassName
{
border-color: #F442CF;
}
.TagClassName
{
border-color: #F442CF;
}
</style>