Shades of Razzle Dazzle Rose #F443DB
Tints of Razzle Dazzle Rose #F443DB
RGB
CMYK
RGB Variations
Color information
#F443DB (or 0xF443DB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 43 and DB. RGB value is (244,67,219). Sum of RGB (Red+Green+Blue) = 244+67+219=530 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.04% from 530); Green value is 67 (26.56% from 255 or 12.64% from 530); Blue value is 219 (85.94% from 255 or 41.32% from 530); Max value from RGB is 244 - color contains mainly: red. Hex color #F443DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F443DB is #0BBC24. Grayscale: #888888. Windows color (decimal): -769061 or 14369780. OLE color: 14369780.
HSL color Cylindrical-coordinate representation of color #F443DB: hue angle of 308.47º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F443DB is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 67 | 219 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.04 |
| HSL | 308.47º | 0.89% | 0.61% | - |
| HSV(B) | 308.47º | 0.73% | 0.96% | - |
| XYZ | 52.1 | 28.36 | 69.75 | - |
| YUV | 137.25 | 174.14 | 204.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 67 | 219 | 0 | 0.73 | 0.10 | 0.04 | 308.47 | 0.89 | 0.61 |
| Hex | F4 | 43 | DB | 0 | 49 | A | 4 | 134 | 59 | 3D |
| Octal | 364 | 103 | 333 | 0 | 111 | 12 | 4 | 464 | 131 | 75 |
| Binary | 11110100 | 1000011 | 11011011 | 0 | 1001001 | 1010 | 100 | 100110100 | 1011001 | 111101 |
Color Harmonies of #F443DB
Complementary color
Monochromatic Colors of #F443DB
Black with #F443DB
Text Example
Text Example
White with #F443DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F443DB; }
p { color: rgb(244,67,219); }
H1.HeaderClassName
{
color: #F443DB;
}
.AnyTagClassName
{
color: #F443DB;
}
</style>
background-color css
<style>
a { background-color: #F443DB; }
a { background-color: rgb(244,67,219); }
div.DivClassName
{
background-color: #F443DB;
}
.BgClassName
{
background-color: #F443DB;
}
</style>
border-color css
<style>
span { border-color: #F443DB; }
span { border-color: rgb(244,67,219); }
td.TdClassName
{
border-color: #F443DB;
}
.TagClassName
{
border-color: #F443DB;
}
</style>