Shades of Razzle Dazzle Rose #F744D2
Tints of Razzle Dazzle Rose #F744D2
RGB
CMYK
RGB Variations
Color information
#F744D2 (or 0xF744D2) is known color: Razzle Dazzle Rose. HEX triplet: F7, 44 and D2. RGB value is (247,68,210). Sum of RGB (Red+Green+Blue) = 247+68+210=525 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.05% from 525); Green value is 68 (26.95% from 255 or 12.95% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 247 - color contains mainly: red. Hex color #F744D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F744D2 is #08BB2D. Grayscale: #898989. Windows color (decimal): -572206 or 13780215. OLE color: 13780215.
HSL color Cylindrical-coordinate representation of color #F744D2: hue angle of 312.4º 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 #F744D2 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 68 | 210 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.03 |
| HSL | 312.4º | 0.92% | 0.62% | - |
| HSV(B) | 312.4º | 0.72% | 0.97% | - |
| XYZ | 52.06 | 28.56 | 63.74 | - |
| YUV | 137.71 | 168.8 | 205.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 68 | 210 | 0 | 0.72 | 0.15 | 0.03 | 312.4 | 0.92 | 0.62 |
| Hex | F7 | 44 | D2 | 0 | 48 | F | 3 | 138 | 5C | 3E |
| Octal | 367 | 104 | 322 | 0 | 110 | 17 | 3 | 470 | 134 | 76 |
| Binary | 11110111 | 1000100 | 11010010 | 0 | 1001000 | 1111 | 11 | 100111000 | 1011100 | 111110 |
Color Harmonies of #F744D2
Complementary color
Monochromatic Colors of #F744D2
Black with #F744D2
Text Example
Text Example
White with #F744D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F744D2; }
p { color: rgb(247,68,210); }
H1.HeaderClassName
{
color: #F744D2;
}
.AnyTagClassName
{
color: #F744D2;
}
</style>
background-color css
<style>
a { background-color: #F744D2; }
a { background-color: rgb(247,68,210); }
div.DivClassName
{
background-color: #F744D2;
}
.BgClassName
{
background-color: #F744D2;
}
</style>
border-color css
<style>
span { border-color: #F744D2; }
span { border-color: rgb(247,68,210); }
td.TdClassName
{
border-color: #F744D2;
}
.TagClassName
{
border-color: #F744D2;
}
</style>