Shades of Razzle Dazzle Rose #F744CE
Tints of Razzle Dazzle Rose #F744CE
RGB
CMYK
RGB Variations
Color information
#F744CE (or 0xF744CE) is known color: Razzle Dazzle Rose. HEX triplet: F7, 44 and CE. RGB value is (247,68,206). Sum of RGB (Red+Green+Blue) = 247+68+206=521 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.41% from 521); Green value is 68 (26.95% from 255 or 13.05% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 247 - color contains mainly: red. Hex color #F744CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F744CE is #08BB31. Grayscale: #888888. Windows color (decimal): -572210 or 13518071. OLE color: 13518071.
HSL color Cylindrical-coordinate representation of color #F744CE: hue angle of 313.74º 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 #F744CE is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 206 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.03 |
| HSL | 313.74º | 0.92% | 0.62% | - |
| HSV(B) | 313.74º | 0.72% | 0.97% | - |
| XYZ | 51.57 | 28.36 | 61.15 | - |
| YUV | 137.25 | 166.8 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 206 | 0 | 0.72 | 0.17 | 0.03 | 313.74 | 0.92 | 0.62 |
| Hex | F7 | 44 | CE | 0 | 48 | 11 | 3 | 13A | 5C | 3E |
| Octal | 367 | 104 | 316 | 0 | 110 | 21 | 3 | 472 | 134 | 76 |
| Binary | 11110111 | 1000100 | 11001110 | 0 | 1001000 | 10001 | 11 | 100111010 | 1011100 | 111110 |
Color Harmonies of #F744CE
Complementary color
Monochromatic Colors of #F744CE
Black with #F744CE
Text Example
Text Example
White with #F744CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F744CE; }
p { color: rgb(247,68,206); }
H1.HeaderClassName
{
color: #F744CE;
}
.AnyTagClassName
{
color: #F744CE;
}
</style>
background-color css
<style>
a { background-color: #F744CE; }
a { background-color: rgb(247,68,206); }
div.DivClassName
{
background-color: #F744CE;
}
.BgClassName
{
background-color: #F744CE;
}
</style>
border-color css
<style>
span { border-color: #F744CE; }
span { border-color: rgb(247,68,206); }
td.TdClassName
{
border-color: #F744CE;
}
.TagClassName
{
border-color: #F744CE;
}
</style>