Shades of Razzle Dazzle Rose #F450C6
Tints of Razzle Dazzle Rose #F450C6
RGB
CMYK
RGB Variations
Color information
#F450C6 (or 0xF450C6) is known color: Razzle Dazzle Rose. HEX triplet: F4, 50 and C6. RGB value is (244,80,198). Sum of RGB (Red+Green+Blue) = 244+80+198=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 80 (31.64% from 255 or 15.33% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F450C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F450C6 is #0BAF39. Grayscale: #8E8E8E. Windows color (decimal): -765754 or 12996852. OLE color: 12996852.
HSL color Cylindrical-coordinate representation of color #F450C6: hue angle of 316.83º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F450C6 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 198 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.04 |
| HSL | 316.83º | 0.88% | 0.64% | - |
| HSV(B) | 316.83º | 0.67% | 0.96% | - |
| XYZ | 50.37 | 29.05 | 56.38 | - |
| YUV | 142.49 | 159.33 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 198 | 0 | 0.67 | 0.19 | 0.04 | 316.83 | 0.88 | 0.64 |
| Hex | F4 | 50 | C6 | 0 | 43 | 13 | 4 | 13D | 58 | 40 |
| Octal | 364 | 120 | 306 | 0 | 103 | 23 | 4 | 475 | 130 | 100 |
| Binary | 11110100 | 1010000 | 11000110 | 0 | 1000011 | 10011 | 100 | 100111101 | 1011000 | 1000000 |
Color Harmonies of #F450C6
Complementary color
Monochromatic Colors of #F450C6
Black with #F450C6
Text Example
Text Example
White with #F450C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F450C6; }
p { color: rgb(244,80,198); }
H1.HeaderClassName
{
color: #F450C6;
}
.AnyTagClassName
{
color: #F450C6;
}
</style>
background-color css
<style>
a { background-color: #F450C6; }
a { background-color: rgb(244,80,198); }
div.DivClassName
{
background-color: #F450C6;
}
.BgClassName
{
background-color: #F450C6;
}
</style>
border-color css
<style>
span { border-color: #F450C6; }
span { border-color: rgb(244,80,198); }
td.TdClassName
{
border-color: #F450C6;
}
.TagClassName
{
border-color: #F450C6;
}
</style>