Shades of Razzle Dazzle Rose #F738DB
Tints of Razzle Dazzle Rose #F738DB
RGB
CMYK
RGB Variations
Color information
#F738DB (or 0xF738DB) is known color: Razzle Dazzle Rose. HEX triplet: F7, 38 and DB. RGB value is (247,56,219). Sum of RGB (Red+Green+Blue) = 247+56+219=522 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.32% from 522); Green value is 56 (22.27% from 255 or 10.73% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 247 - color contains mainly: red. Hex color #F738DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F738DB is #08C724. Grayscale: #838383. Windows color (decimal): -575269 or 14366967. OLE color: 14366967.
HSL color Cylindrical-coordinate representation of color #F738DB: hue angle of 308.8º 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 #F738DB is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 56 | 219 | - |
| CMYK | 0 | 0.77 | 0.11 | 0.03 |
| HSL | 308.8º | 0.92% | 0.59% | - |
| HSV(B) | 308.8º | 0.77% | 0.97% | - |
| XYZ | 52.56 | 27.72 | 69.6 | - |
| YUV | 131.69 | 177.28 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 56 | 219 | 0 | 0.77 | 0.11 | 0.03 | 308.8 | 0.92 | 0.59 |
| Hex | F7 | 38 | DB | 0 | 4D | B | 3 | 135 | 5C | 3B |
| Octal | 367 | 70 | 333 | 0 | 115 | 13 | 3 | 465 | 134 | 73 |
| Binary | 11110111 | 111000 | 11011011 | 0 | 1001101 | 1011 | 11 | 100110101 | 1011100 | 111011 |
Color Harmonies of #F738DB
Complementary color
Monochromatic Colors of #F738DB
Black with #F738DB
Text Example
Text Example
White with #F738DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F738DB; }
p { color: rgb(247,56,219); }
H1.HeaderClassName
{
color: #F738DB;
}
.AnyTagClassName
{
color: #F738DB;
}
</style>
background-color css
<style>
a { background-color: #F738DB; }
a { background-color: rgb(247,56,219); }
div.DivClassName
{
background-color: #F738DB;
}
.BgClassName
{
background-color: #F738DB;
}
</style>
border-color css
<style>
span { border-color: #F738DB; }
span { border-color: rgb(247,56,219); }
td.TdClassName
{
border-color: #F738DB;
}
.TagClassName
{
border-color: #F738DB;
}
</style>