Shades of Razzle Dazzle Rose #F43ADC
Tints of Razzle Dazzle Rose #F43ADC
RGB
CMYK
RGB Variations
Color information
#F43ADC (or 0xF43ADC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 3A and DC. RGB value is (244,58,220). Sum of RGB (Red+Green+Blue) = 244+58+220=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 58 (23.05% from 255 or 11.11% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F43ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F43ADC is #0BC523. Grayscale: #838383. Windows color (decimal): -771364 or 14433012. OLE color: 14433012.
HSL color Cylindrical-coordinate representation of color #F43ADC: hue angle of 307.74º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F43ADC is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 58 | 220 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.04 |
| HSL | 307.74º | 0.89% | 0.59% | - |
| HSV(B) | 307.74º | 0.76% | 0.96% | - |
| XYZ | 51.74 | 27.43 | 70.28 | - |
| YUV | 132.08 | 177.62 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 58 | 220 | 0 | 0.76 | 0.10 | 0.04 | 307.74 | 0.89 | 0.59 |
| Hex | F4 | 3A | DC | 0 | 4C | A | 4 | 134 | 59 | 3B |
| Octal | 364 | 72 | 334 | 0 | 114 | 12 | 4 | 464 | 131 | 73 |
| Binary | 11110100 | 111010 | 11011100 | 0 | 1001100 | 1010 | 100 | 100110100 | 1011001 | 111011 |
Color Harmonies of #F43ADC
Complementary color
Monochromatic Colors of #F43ADC
Black with #F43ADC
Text Example
Text Example
White with #F43ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43ADC; }
p { color: rgb(244,58,220); }
H1.HeaderClassName
{
color: #F43ADC;
}
.AnyTagClassName
{
color: #F43ADC;
}
</style>
background-color css
<style>
a { background-color: #F43ADC; }
a { background-color: rgb(244,58,220); }
div.DivClassName
{
background-color: #F43ADC;
}
.BgClassName
{
background-color: #F43ADC;
}
</style>
border-color css
<style>
span { border-color: #F43ADC; }
span { border-color: rgb(244,58,220); }
td.TdClassName
{
border-color: #F43ADC;
}
.TagClassName
{
border-color: #F43ADC;
}
</style>