Shades of Razzle Dazzle Rose #F741DB
Tints of Razzle Dazzle Rose #F741DB
RGB
CMYK
RGB Variations
Color information
#F741DB (or 0xF741DB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 41 and DB. RGB value is (247,65,219). Sum of RGB (Red+Green+Blue) = 247+65+219=531 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.52% from 531); Green value is 65 (25.78% from 255 or 12.24% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 247 - color contains mainly: red. Hex color #F741DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F741DB is #08BE24. Grayscale: #888888. Windows color (decimal): -572965 or 14369271. OLE color: 14369271.
HSL color Cylindrical-coordinate representation of color #F741DB: hue angle of 309.23º 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 #F741DB is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 65 | 219 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.03 |
| HSL | 309.23º | 0.92% | 0.61% | - |
| HSV(B) | 309.23º | 0.74% | 0.97% | - |
| XYZ | 53.03 | 28.67 | 69.76 | - |
| YUV | 136.97 | 174.3 | 206.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 65 | 219 | 0 | 0.74 | 0.11 | 0.03 | 309.23 | 0.92 | 0.61 |
| Hex | F7 | 41 | DB | 0 | 4A | B | 3 | 135 | 5C | 3D |
| Octal | 367 | 101 | 333 | 0 | 112 | 13 | 3 | 465 | 134 | 75 |
| Binary | 11110111 | 1000001 | 11011011 | 0 | 1001010 | 1011 | 11 | 100110101 | 1011100 | 111101 |
Color Harmonies of #F741DB
Complementary color
Monochromatic Colors of #F741DB
Black with #F741DB
Text Example
Text Example
White with #F741DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F741DB; }
p { color: rgb(247,65,219); }
H1.HeaderClassName
{
color: #F741DB;
}
.AnyTagClassName
{
color: #F741DB;
}
</style>
background-color css
<style>
a { background-color: #F741DB; }
a { background-color: rgb(247,65,219); }
div.DivClassName
{
background-color: #F741DB;
}
.BgClassName
{
background-color: #F741DB;
}
</style>
border-color css
<style>
span { border-color: #F741DB; }
span { border-color: rgb(247,65,219); }
td.TdClassName
{
border-color: #F741DB;
}
.TagClassName
{
border-color: #F741DB;
}
</style>