Shades of Razzle Dazzle Rose #F43FDB
Tints of Razzle Dazzle Rose #F43FDB
RGB
CMYK
RGB Variations
Color information
#F43FDB (or 0xF43FDB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 3F and DB. RGB value is (244,63,219). Sum of RGB (Red+Green+Blue) = 244+63+219=526 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.39% from 526); Green value is 63 (25% from 255 or 11.98% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 244 - color contains mainly: red. Hex color #F43FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F43FDB is #0BC024. Grayscale: #868686. Windows color (decimal): -770085 or 14368756. OLE color: 14368756.
HSL color Cylindrical-coordinate representation of color #F43FDB: hue angle of 308.29º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F43FDB is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 63 | 219 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.04 |
| HSL | 308.29º | 0.89% | 0.6% | - |
| HSV(B) | 308.29º | 0.74% | 0.96% | - |
| XYZ | 51.87 | 27.9 | 69.67 | - |
| YUV | 134.9 | 175.47 | 205.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 63 | 219 | 0 | 0.74 | 0.10 | 0.04 | 308.29 | 0.89 | 0.6 |
| Hex | F4 | 3F | DB | 0 | 4A | A | 4 | 134 | 59 | 3C |
| Octal | 364 | 77 | 333 | 0 | 112 | 12 | 4 | 464 | 131 | 74 |
| Binary | 11110100 | 111111 | 11011011 | 0 | 1001010 | 1010 | 100 | 100110100 | 1011001 | 111100 |
Color Harmonies of #F43FDB
Complementary color
Monochromatic Colors of #F43FDB
Black with #F43FDB
Text Example
Text Example
White with #F43FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43FDB; }
p { color: rgb(244,63,219); }
H1.HeaderClassName
{
color: #F43FDB;
}
.AnyTagClassName
{
color: #F43FDB;
}
</style>
background-color css
<style>
a { background-color: #F43FDB; }
a { background-color: rgb(244,63,219); }
div.DivClassName
{
background-color: #F43FDB;
}
.BgClassName
{
background-color: #F43FDB;
}
</style>
border-color css
<style>
span { border-color: #F43FDB; }
span { border-color: rgb(244,63,219); }
td.TdClassName
{
border-color: #F43FDB;
}
.TagClassName
{
border-color: #F43FDB;
}
</style>