Shades of Razzle Dazzle Rose #F744C9
Tints of Razzle Dazzle Rose #F744C9
RGB
CMYK
RGB Variations
Color information
#F744C9 (or 0xF744C9) is known color: Razzle Dazzle Rose. HEX triplet: F7, 44 and C9. RGB value is (247,68,201). Sum of RGB (Red+Green+Blue) = 247+68+201=516 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.87% from 516); Green value is 68 (26.95% from 255 or 13.18% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 247 - color contains mainly: red. Hex color #F744C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F744C9 is #08BB36. Grayscale: #888888. Windows color (decimal): -572215 or 13190391. OLE color: 13190391.
HSL color Cylindrical-coordinate representation of color #F744C9: hue angle of 315.42º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F744C9 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 201 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.03 |
| HSL | 315.42º | 0.92% | 0.62% | - |
| HSV(B) | 315.42º | 0.72% | 0.97% | - |
| XYZ | 50.97 | 28.13 | 58 | - |
| YUV | 136.68 | 164.3 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 201 | 0 | 0.72 | 0.19 | 0.03 | 315.42 | 0.92 | 0.62 |
| Hex | F7 | 44 | C9 | 0 | 48 | 13 | 3 | 13B | 5C | 3E |
| Octal | 367 | 104 | 311 | 0 | 110 | 23 | 3 | 473 | 134 | 76 |
| Binary | 11110111 | 1000100 | 11001001 | 0 | 1001000 | 10011 | 11 | 100111011 | 1011100 | 111110 |
Color Harmonies of #F744C9
Complementary color
Monochromatic Colors of #F744C9
Black with #F744C9
Text Example
Text Example
White with #F744C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F744C9; }
p { color: rgb(247,68,201); }
H1.HeaderClassName
{
color: #F744C9;
}
.AnyTagClassName
{
color: #F744C9;
}
</style>
background-color css
<style>
a { background-color: #F744C9; }
a { background-color: rgb(247,68,201); }
div.DivClassName
{
background-color: #F744C9;
}
.BgClassName
{
background-color: #F744C9;
}
</style>
border-color css
<style>
span { border-color: #F744C9; }
span { border-color: rgb(247,68,201); }
td.TdClassName
{
border-color: #F744C9;
}
.TagClassName
{
border-color: #F744C9;
}
</style>