Shades of Razzle Dazzle Rose #F736C4
Tints of Razzle Dazzle Rose #F736C4
RGB
CMYK
RGB Variations
Color information
#F736C4 (or 0xF736C4) is known color: Razzle Dazzle Rose. HEX triplet: F7, 36 and C4. RGB value is (247,54,196). Sum of RGB (Red+Green+Blue) = 247+54+196=497 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.70% from 497); Green value is 54 (21.48% from 255 or 10.87% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 247 - color contains mainly: red. Hex color #F736C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F736C4 is #08C93B. Grayscale: #7F7F7F. Windows color (decimal): -575804 or 12859127. OLE color: 12859127.
HSL color Cylindrical-coordinate representation of color #F736C4: hue angle of 315.85º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F736C4 is Cyan = 0, Magento = 0.78, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 54 | 196 | - |
| CMYK | 0 | 0.78 | 0.21 | 0.03 |
| HSL | 315.85º | 0.92% | 0.59% | - |
| HSV(B) | 315.85º | 0.78% | 0.97% | - |
| XYZ | 49.64 | 26.4 | 54.7 | - |
| YUV | 127.9 | 166.44 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 54 | 196 | 0 | 0.78 | 0.21 | 0.03 | 315.85 | 0.92 | 0.59 |
| Hex | F7 | 36 | C4 | 0 | 4E | 15 | 3 | 13C | 5C | 3B |
| Octal | 367 | 66 | 304 | 0 | 116 | 25 | 3 | 474 | 134 | 73 |
| Binary | 11110111 | 110110 | 11000100 | 0 | 1001110 | 10101 | 11 | 100111100 | 1011100 | 111011 |
Color Harmonies of #F736C4
Complementary color
Monochromatic Colors of #F736C4
Black with #F736C4
Text Example
Text Example
White with #F736C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F736C4; }
p { color: rgb(247,54,196); }
H1.HeaderClassName
{
color: #F736C4;
}
.AnyTagClassName
{
color: #F736C4;
}
</style>
background-color css
<style>
a { background-color: #F736C4; }
a { background-color: rgb(247,54,196); }
div.DivClassName
{
background-color: #F736C4;
}
.BgClassName
{
background-color: #F736C4;
}
</style>
border-color css
<style>
span { border-color: #F736C4; }
span { border-color: rgb(247,54,196); }
td.TdClassName
{
border-color: #F736C4;
}
.TagClassName
{
border-color: #F736C4;
}
</style>