Shades of Razzle Dazzle Rose #F744C2
Tints of Razzle Dazzle Rose #F744C2
RGB
CMYK
RGB Variations
Color information
#F744C2 (or 0xF744C2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 44 and C2. RGB value is (247,68,194). Sum of RGB (Red+Green+Blue) = 247+68+194=509 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.53% from 509); Green value is 68 (26.95% from 255 or 13.36% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 247 - color contains mainly: red. Hex color #F744C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F744C2 is #08BB3D. Grayscale: #878787. Windows color (decimal): -572222 or 12731639. OLE color: 12731639.
HSL color Cylindrical-coordinate representation of color #F744C2: hue angle of 317.77º 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 #F744C2 is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 194 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.03 |
| HSL | 317.77º | 0.92% | 0.62% | - |
| HSV(B) | 317.77º | 0.72% | 0.97% | - |
| XYZ | 50.16 | 27.8 | 53.76 | - |
| YUV | 135.89 | 160.8 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 194 | 0 | 0.72 | 0.21 | 0.03 | 317.77 | 0.92 | 0.62 |
| Hex | F7 | 44 | C2 | 0 | 48 | 15 | 3 | 13E | 5C | 3E |
| Octal | 367 | 104 | 302 | 0 | 110 | 25 | 3 | 476 | 134 | 76 |
| Binary | 11110111 | 1000100 | 11000010 | 0 | 1001000 | 10101 | 11 | 100111110 | 1011100 | 111110 |
Color Harmonies of #F744C2
Complementary color
Monochromatic Colors of #F744C2
Black with #F744C2
Text Example
Text Example
White with #F744C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F744C2; }
p { color: rgb(247,68,194); }
H1.HeaderClassName
{
color: #F744C2;
}
.AnyTagClassName
{
color: #F744C2;
}
</style>
background-color css
<style>
a { background-color: #F744C2; }
a { background-color: rgb(247,68,194); }
div.DivClassName
{
background-color: #F744C2;
}
.BgClassName
{
background-color: #F744C2;
}
</style>
border-color css
<style>
span { border-color: #F744C2; }
span { border-color: rgb(247,68,194); }
td.TdClassName
{
border-color: #F744C2;
}
.TagClassName
{
border-color: #F744C2;
}
</style>