Shades of Razzle Dazzle Rose #F741DD
Tints of Razzle Dazzle Rose #F741DD
RGB
CMYK
RGB Variations
Color information
#F741DD (or 0xF741DD) is known color: Razzle Dazzle Rose. HEX triplet: F7, 41 and DD. RGB value is (247,65,221). Sum of RGB (Red+Green+Blue) = 247+65+221=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 65 (25.78% from 255 or 12.20% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F741DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F741DD is #08BE22. Grayscale: #888888. Windows color (decimal): -572963 or 14500343. OLE color: 14500343.
HSL color Cylindrical-coordinate representation of color #F741DD: hue angle of 308.57º 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 #F741DD is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 221 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.03 |
| HSL | 308.57º | 0.92% | 0.61% | - |
| HSV(B) | 308.57º | 0.74% | 0.97% | - |
| XYZ | 53.3 | 28.78 | 71.15 | - |
| YUV | 137.2 | 175.3 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 221 | 0 | 0.74 | 0.11 | 0.03 | 308.57 | 0.92 | 0.61 |
| Hex | F7 | 41 | DD | 0 | 4A | B | 3 | 135 | 5C | 3D |
| Octal | 367 | 101 | 335 | 0 | 112 | 13 | 3 | 465 | 134 | 75 |
| Binary | 11110111 | 1000001 | 11011101 | 0 | 1001010 | 1011 | 11 | 100110101 | 1011100 | 111101 |
Color Harmonies of #F741DD
Complementary color
Monochromatic Colors of #F741DD
Black with #F741DD
Text Example
Text Example
White with #F741DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F741DD; }
p { color: rgb(247,65,221); }
H1.HeaderClassName
{
color: #F741DD;
}
.AnyTagClassName
{
color: #F741DD;
}
</style>
background-color css
<style>
a { background-color: #F741DD; }
a { background-color: rgb(247,65,221); }
div.DivClassName
{
background-color: #F741DD;
}
.BgClassName
{
background-color: #F741DD;
}
</style>
border-color css
<style>
span { border-color: #F741DD; }
span { border-color: rgb(247,65,221); }
td.TdClassName
{
border-color: #F741DD;
}
.TagClassName
{
border-color: #F741DD;
}
</style>