Shades of Razzle Dazzle Rose #F449D4
Tints of Razzle Dazzle Rose #F449D4
RGB
CMYK
RGB Variations
Color information
#F449D4 (or 0xF449D4) is known color: Razzle Dazzle Rose. HEX triplet: F4, 49 and D4. RGB value is (244,73,212). Sum of RGB (Red+Green+Blue) = 244+73+212=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 73 (28.91% from 255 or 13.80% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 244 - color contains mainly: red. Hex color #F449D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F449D4 is #0BB62B. Grayscale: #8B8B8B. Windows color (decimal): -767532 or 13912564. OLE color: 13912564.
HSL color Cylindrical-coordinate representation of color #F449D4: hue angle of 311.23º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F449D4 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 73 | 212 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.04 |
| HSL | 311.23º | 0.89% | 0.62% | - |
| HSV(B) | 311.23º | 0.7% | 0.96% | - |
| XYZ | 51.57 | 28.75 | 65.12 | - |
| YUV | 139.98 | 168.65 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 73 | 212 | 0 | 0.70 | 0.13 | 0.04 | 311.23 | 0.89 | 0.62 |
| Hex | F4 | 49 | D4 | 0 | 46 | D | 4 | 137 | 59 | 3E |
| Octal | 364 | 111 | 324 | 0 | 106 | 15 | 4 | 467 | 131 | 76 |
| Binary | 11110100 | 1001001 | 11010100 | 0 | 1000110 | 1101 | 100 | 100110111 | 1011001 | 111110 |
Color Harmonies of #F449D4
Complementary color
Monochromatic Colors of #F449D4
Black with #F449D4
Text Example
Text Example
White with #F449D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F449D4; }
p { color: rgb(244,73,212); }
H1.HeaderClassName
{
color: #F449D4;
}
.AnyTagClassName
{
color: #F449D4;
}
</style>
background-color css
<style>
a { background-color: #F449D4; }
a { background-color: rgb(244,73,212); }
div.DivClassName
{
background-color: #F449D4;
}
.BgClassName
{
background-color: #F449D4;
}
</style>
border-color css
<style>
span { border-color: #F449D4; }
span { border-color: rgb(244,73,212); }
td.TdClassName
{
border-color: #F449D4;
}
.TagClassName
{
border-color: #F449D4;
}
</style>