Shades of Razzle Dazzle Rose #F738D0
Tints of Razzle Dazzle Rose #F738D0
RGB
CMYK
RGB Variations
Color information
#F738D0 (or 0xF738D0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 38 and D0. RGB value is (247,56,208). Sum of RGB (Red+Green+Blue) = 247+56+208=511 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.34% from 511); Green value is 56 (22.27% from 255 or 10.96% from 511); Blue value is 208 (81.64% from 255 or 40.70% from 511); Max value from RGB is 247 - color contains mainly: red. Hex color #F738D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F738D0 is #08C72F. Grayscale: #828282. Windows color (decimal): -575280 or 13646071. OLE color: 13646071.
HSL color Cylindrical-coordinate representation of color #F738D0: hue angle of 312.25º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F738D0 is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 56 | 208 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.03 |
| HSL | 312.25º | 0.92% | 0.59% | - |
| HSV(B) | 312.25º | 0.77% | 0.97% | - |
| XYZ | 51.16 | 27.16 | 62.22 | - |
| YUV | 130.44 | 171.78 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 56 | 208 | 0 | 0.77 | 0.16 | 0.03 | 312.25 | 0.92 | 0.59 |
| Hex | F7 | 38 | D0 | 0 | 4D | 10 | 3 | 138 | 5C | 3B |
| Octal | 367 | 70 | 320 | 0 | 115 | 20 | 3 | 470 | 134 | 73 |
| Binary | 11110111 | 111000 | 11010000 | 0 | 1001101 | 10000 | 11 | 100111000 | 1011100 | 111011 |
Color Harmonies of #F738D0
Complementary color
Monochromatic Colors of #F738D0
Black with #F738D0
Text Example
Text Example
White with #F738D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F738D0; }
p { color: rgb(247,56,208); }
H1.HeaderClassName
{
color: #F738D0;
}
.AnyTagClassName
{
color: #F738D0;
}
</style>
background-color css
<style>
a { background-color: #F738D0; }
a { background-color: rgb(247,56,208); }
div.DivClassName
{
background-color: #F738D0;
}
.BgClassName
{
background-color: #F738D0;
}
</style>
border-color css
<style>
span { border-color: #F738D0; }
span { border-color: rgb(247,56,208); }
td.TdClassName
{
border-color: #F738D0;
}
.TagClassName
{
border-color: #F738D0;
}
</style>