Shades of Razzle Dazzle Rose #F43CDB
Tints of Razzle Dazzle Rose #F43CDB
RGB
CMYK
RGB Variations
Color information
#F43CDB (or 0xF43CDB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 3C and DB. RGB value is (244,60,219). Sum of RGB (Red+Green+Blue) = 244+60+219=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 60 (23.83% from 255 or 11.47% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F43CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F43CDB is #0BC324. Grayscale: #848484. Windows color (decimal): -770853 or 14367988. OLE color: 14367988.
HSL color Cylindrical-coordinate representation of color #F43CDB: hue angle of 308.15º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F43CDB is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 60 | 219 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.04 |
| HSL | 308.15º | 0.89% | 0.6% | - |
| HSV(B) | 308.15º | 0.75% | 0.96% | - |
| XYZ | 51.71 | 27.58 | 69.62 | - |
| YUV | 133.14 | 176.46 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 60 | 219 | 0 | 0.75 | 0.10 | 0.04 | 308.15 | 0.89 | 0.6 |
| Hex | F4 | 3C | DB | 0 | 4B | A | 4 | 134 | 59 | 3C |
| Octal | 364 | 74 | 333 | 0 | 113 | 12 | 4 | 464 | 131 | 74 |
| Binary | 11110100 | 111100 | 11011011 | 0 | 1001011 | 1010 | 100 | 100110100 | 1011001 | 111100 |
Color Harmonies of #F43CDB
Complementary color
Monochromatic Colors of #F43CDB
Black with #F43CDB
Text Example
Text Example
White with #F43CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43CDB; }
p { color: rgb(244,60,219); }
H1.HeaderClassName
{
color: #F43CDB;
}
.AnyTagClassName
{
color: #F43CDB;
}
</style>
background-color css
<style>
a { background-color: #F43CDB; }
a { background-color: rgb(244,60,219); }
div.DivClassName
{
background-color: #F43CDB;
}
.BgClassName
{
background-color: #F43CDB;
}
</style>
border-color css
<style>
span { border-color: #F43CDB; }
span { border-color: rgb(244,60,219); }
td.TdClassName
{
border-color: #F43CDB;
}
.TagClassName
{
border-color: #F43CDB;
}
</style>