Shades of Razzle Dazzle Rose #F445D1
Tints of Razzle Dazzle Rose #F445D1
RGB
CMYK
RGB Variations
Color information
#F445D1 (or 0xF445D1) is known color: Razzle Dazzle Rose. HEX triplet: F4, 45 and D1. RGB value is (244,69,209). Sum of RGB (Red+Green+Blue) = 244+69+209=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 69 (27.34% from 255 or 13.22% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F445D1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F445D1 is #0BBA2E. Grayscale: #888888. Windows color (decimal): -768559 or 13714932. OLE color: 13714932.
HSL color Cylindrical-coordinate representation of color #F445D1: hue angle of 312º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F445D1 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 69 | 209 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.04 |
| HSL | 312º | 0.89% | 0.61% | - |
| HSV(B) | 312º | 0.72% | 0.96% | - |
| XYZ | 50.94 | 28.09 | 63.06 | - |
| YUV | 137.29 | 168.48 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 69 | 209 | 0 | 0.72 | 0.14 | 0.04 | 312 | 0.89 | 0.61 |
| Hex | F4 | 45 | D1 | 0 | 48 | E | 4 | 138 | 59 | 3D |
| Octal | 364 | 105 | 321 | 0 | 110 | 16 | 4 | 470 | 131 | 75 |
| Binary | 11110100 | 1000101 | 11010001 | 0 | 1001000 | 1110 | 100 | 100111000 | 1011001 | 111101 |
Color Harmonies of #F445D1
Complementary color
Monochromatic Colors of #F445D1
Black with #F445D1
Text Example
Text Example
White with #F445D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F445D1; }
p { color: rgb(244,69,209); }
H1.HeaderClassName
{
color: #F445D1;
}
.AnyTagClassName
{
color: #F445D1;
}
</style>
background-color css
<style>
a { background-color: #F445D1; }
a { background-color: rgb(244,69,209); }
div.DivClassName
{
background-color: #F445D1;
}
.BgClassName
{
background-color: #F445D1;
}
</style>
border-color css
<style>
span { border-color: #F445D1; }
span { border-color: rgb(244,69,209); }
td.TdClassName
{
border-color: #F445D1;
}
.TagClassName
{
border-color: #F445D1;
}
</style>