Shades of Razzle Dazzle Rose #F741D0
Tints of Razzle Dazzle Rose #F741D0
RGB
CMYK
RGB Variations
Color information
#F741D0 (or 0xF741D0) is known color: Razzle Dazzle Rose. HEX triplet: F7, 41 and D0. RGB value is (247,65,208). Sum of RGB (Red+Green+Blue) = 247+65+208=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F741D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F741D0 is #08BE2F. Grayscale: #878787. Windows color (decimal): -572976 or 13648375. OLE color: 13648375.
HSL color Cylindrical-coordinate representation of color #F741D0: hue angle of 312.86º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F741D0 is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 208 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.03 |
| HSL | 312.86º | 0.92% | 0.61% | - |
| HSV(B) | 312.86º | 0.74% | 0.97% | - |
| XYZ | 51.63 | 28.11 | 62.38 | - |
| YUV | 135.72 | 168.8 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 208 | 0 | 0.74 | 0.16 | 0.03 | 312.86 | 0.92 | 0.61 |
| Hex | F7 | 41 | D0 | 0 | 4A | 10 | 3 | 139 | 5C | 3D |
| Octal | 367 | 101 | 320 | 0 | 112 | 20 | 3 | 471 | 134 | 75 |
| Binary | 11110111 | 1000001 | 11010000 | 0 | 1001010 | 10000 | 11 | 100111001 | 1011100 | 111101 |
Color Harmonies of #F741D0
Complementary color
Monochromatic Colors of #F741D0
Black with #F741D0
Text Example
Text Example
White with #F741D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F741D0; }
p { color: rgb(247,65,208); }
H1.HeaderClassName
{
color: #F741D0;
}
.AnyTagClassName
{
color: #F741D0;
}
</style>
background-color css
<style>
a { background-color: #F741D0; }
a { background-color: rgb(247,65,208); }
div.DivClassName
{
background-color: #F741D0;
}
.BgClassName
{
background-color: #F741D0;
}
</style>
border-color css
<style>
span { border-color: #F741D0; }
span { border-color: rgb(247,65,208); }
td.TdClassName
{
border-color: #F741D0;
}
.TagClassName
{
border-color: #F741D0;
}
</style>