Shades of Razzle Dazzle Rose #F744C8
Tints of Razzle Dazzle Rose #F744C8
RGB
CMYK
RGB Variations
Color information
#F744C8 (or 0xF744C8) is known color: Razzle Dazzle Rose. HEX triplet: F7, 44 and C8. RGB value is (247,68,200). Sum of RGB (Red+Green+Blue) = 247+68+200=515 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.96% from 515); Green value is 68 (26.95% from 255 or 13.20% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 247 - color contains mainly: red. Hex color #F744C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F744C8 is #08BB37. Grayscale: #888888. Windows color (decimal): -572216 or 13124855. OLE color: 13124855.
HSL color Cylindrical-coordinate representation of color #F744C8: hue angle of 315.75º 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 #F744C8 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 200 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.03 |
| HSL | 315.75º | 0.92% | 0.62% | - |
| HSV(B) | 315.75º | 0.72% | 0.97% | - |
| XYZ | 50.85 | 28.08 | 57.38 | - |
| YUV | 136.57 | 163.8 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 200 | 0 | 0.72 | 0.19 | 0.03 | 315.75 | 0.92 | 0.62 |
| Hex | F7 | 44 | C8 | 0 | 48 | 13 | 3 | 13C | 5C | 3E |
| Octal | 367 | 104 | 310 | 0 | 110 | 23 | 3 | 474 | 134 | 76 |
| Binary | 11110111 | 1000100 | 11001000 | 0 | 1001000 | 10011 | 11 | 100111100 | 1011100 | 111110 |
Color Harmonies of #F744C8
Complementary color
Monochromatic Colors of #F744C8
Black with #F744C8
Text Example
Text Example
White with #F744C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F744C8; }
p { color: rgb(247,68,200); }
H1.HeaderClassName
{
color: #F744C8;
}
.AnyTagClassName
{
color: #F744C8;
}
</style>
background-color css
<style>
a { background-color: #F744C8; }
a { background-color: rgb(247,68,200); }
div.DivClassName
{
background-color: #F744C8;
}
.BgClassName
{
background-color: #F744C8;
}
</style>
border-color css
<style>
span { border-color: #F744C8; }
span { border-color: rgb(247,68,200); }
td.TdClassName
{
border-color: #F744C8;
}
.TagClassName
{
border-color: #F744C8;
}
</style>