Shades of Razzle Dazzle Rose #F745DB
Tints of Razzle Dazzle Rose #F745DB
RGB
CMYK
RGB Variations
Color information
#F745DB (or 0xF745DB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 45 and DB. RGB value is (247,69,219). Sum of RGB (Red+Green+Blue) = 247+69+219=535 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.17% from 535); Green value is 69 (27.34% from 255 or 12.90% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 247 - color contains mainly: red. Hex color #F745DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F745DB is #08BA24. Grayscale: #8A8A8A. Windows color (decimal): -571941 or 14370295. OLE color: 14370295.
HSL color Cylindrical-coordinate representation of color #F745DB: hue angle of 309.44º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F745DB is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
RGB | 247 | 69 | 219 | - |
CMYK | 0 | 0.72 | 0.11 | 0.03 |
HSL | 309.44º | 0.92% | 0.62% | - |
HSV(B) | 309.44º | 0.72% | 0.97% | - |
XYZ | 53.27 | 29.14 | 69.84 | - |
YUV | 139.32 | 172.97 | 204.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 247 | 69 | 219 | 0 | 0.72 | 0.11 | 0.03 | 309.44 | 0.92 | 0.62 |
Hex | F7 | 45 | DB | 0 | 48 | B | 3 | 135 | 5C | 3E |
Octal | 367 | 105 | 333 | 0 | 110 | 13 | 3 | 465 | 134 | 76 |
Binary | 11110111 | 1000101 | 11011011 | 0 | 1001000 | 1011 | 11 | 100110101 | 1011100 | 111110 |
Color Harmonies of #F745DB
Complementary color
Monochromatic Colors of #F745DB
Black with #F745DB
Text Example
Text Example
White with #F745DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F745DB; }
p { color: rgb(247,69,219); }
H1.HeaderClassName
{
color: #F745DB;
}
.AnyTagClassName
{
color: #F745DB;
}
</style>
background-color css
<style>
a { background-color: #F745DB; }
a { background-color: rgb(247,69,219); }
div.DivClassName
{
background-color: #F745DB;
}
.BgClassName
{
background-color: #F745DB;
}
</style>
border-color css
<style>
span { border-color: #F745DB; }
span { border-color: rgb(247,69,219); }
td.TdClassName
{
border-color: #F745DB;
}
.TagClassName
{
border-color: #F745DB;
}
</style>