Shades of Razzle Dazzle Rose #F445D2
Tints of Razzle Dazzle Rose #F445D2
RGB
CMYK
RGB Variations
Color information
#F445D2 (or 0xF445D2) is known color: Razzle Dazzle Rose. HEX triplet: F4, 45 and D2. RGB value is (244,69,210). Sum of RGB (Red+Green+Blue) = 244+69+210=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 69 (27.34% from 255 or 13.19% from 523); Blue value is 210 (82.42% from 255 or 40.15% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F445D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F445D2 is #0BBA2D. Grayscale: #898989. Windows color (decimal): -768558 or 13780468. OLE color: 13780468.
HSL color Cylindrical-coordinate representation of color #F445D2: hue angle of 311.66º 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 #F445D2 is Cyan = 0, Magento = 0.72, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 69 | 210 | - |
| CMYK | 0 | 0.72 | 0.14 | 0.04 |
| HSL | 311.66º | 0.89% | 0.61% | - |
| HSV(B) | 311.66º | 0.72% | 0.96% | - |
| XYZ | 51.07 | 28.14 | 63.71 | - |
| YUV | 137.4 | 168.98 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 69 | 210 | 0 | 0.72 | 0.14 | 0.04 | 311.66 | 0.89 | 0.61 |
| Hex | F4 | 45 | D2 | 0 | 48 | E | 4 | 138 | 59 | 3D |
| Octal | 364 | 105 | 322 | 0 | 110 | 16 | 4 | 470 | 131 | 75 |
| Binary | 11110100 | 1000101 | 11010010 | 0 | 1001000 | 1110 | 100 | 100111000 | 1011001 | 111101 |
Color Harmonies of #F445D2
Complementary color
Monochromatic Colors of #F445D2
Black with #F445D2
Text Example
Text Example
White with #F445D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F445D2; }
p { color: rgb(244,69,210); }
H1.HeaderClassName
{
color: #F445D2;
}
.AnyTagClassName
{
color: #F445D2;
}
</style>
background-color css
<style>
a { background-color: #F445D2; }
a { background-color: rgb(244,69,210); }
div.DivClassName
{
background-color: #F445D2;
}
.BgClassName
{
background-color: #F445D2;
}
</style>
border-color css
<style>
span { border-color: #F445D2; }
span { border-color: rgb(244,69,210); }
td.TdClassName
{
border-color: #F445D2;
}
.TagClassName
{
border-color: #F445D2;
}
</style>