Shades of Razzle Dazzle Rose #F43ADD
Tints of Razzle Dazzle Rose #F43ADD
RGB
CMYK
RGB Variations
Color information
#F43ADD (or 0xF43ADD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 3A and DD. RGB value is (244,58,221). Sum of RGB (Red+Green+Blue) = 244+58+221=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 58 (23.05% from 255 or 11.09% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F43ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F43ADD is #0BC522. Grayscale: #838383. Windows color (decimal): -771363 or 14498548. OLE color: 14498548.
HSL color Cylindrical-coordinate representation of color #F43ADD: hue angle of 307.42º 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 #F43ADD is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 58 | 221 | - |
| CMYK | 0 | 0.76 | 0.09 | 0.04 |
| HSL | 307.42º | 0.89% | 0.59% | - |
| HSV(B) | 307.42º | 0.76% | 0.96% | - |
| XYZ | 51.87 | 27.48 | 70.98 | - |
| YUV | 132.2 | 178.12 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 58 | 221 | 0 | 0.76 | 0.09 | 0.04 | 307.42 | 0.89 | 0.59 |
| Hex | F4 | 3A | DD | 0 | 4C | 9 | 4 | 133 | 59 | 3B |
| Octal | 364 | 72 | 335 | 0 | 114 | 11 | 4 | 463 | 131 | 73 |
| Binary | 11110100 | 111010 | 11011101 | 0 | 1001100 | 1001 | 100 | 100110011 | 1011001 | 111011 |
Color Harmonies of #F43ADD
Complementary color
Monochromatic Colors of #F43ADD
Black with #F43ADD
Text Example
Text Example
White with #F43ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43ADD; }
p { color: rgb(244,58,221); }
H1.HeaderClassName
{
color: #F43ADD;
}
.AnyTagClassName
{
color: #F43ADD;
}
</style>
background-color css
<style>
a { background-color: #F43ADD; }
a { background-color: rgb(244,58,221); }
div.DivClassName
{
background-color: #F43ADD;
}
.BgClassName
{
background-color: #F43ADD;
}
</style>
border-color css
<style>
span { border-color: #F43ADD; }
span { border-color: rgb(244,58,221); }
td.TdClassName
{
border-color: #F43ADD;
}
.TagClassName
{
border-color: #F43ADD;
}
</style>