Shades of Razzle Dazzle Rose #F438DD
Tints of Razzle Dazzle Rose #F438DD
RGB
CMYK
RGB Variations
Color information
#F438DD (or 0xF438DD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 38 and DD. RGB value is (244,56,221). Sum of RGB (Red+Green+Blue) = 244+56+221=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 56 (22.27% from 255 or 10.75% from 521); Blue value is 221 (86.72% from 255 or 42.42% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F438DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F438DD is #0BC722. Grayscale: #828282. Windows color (decimal): -771875 or 14498036. OLE color: 14498036.
HSL color Cylindrical-coordinate representation of color #F438DD: hue angle of 307.34º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F438DD is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 56 | 221 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.04 |
| HSL | 307.34º | 0.9% | 0.59% | - |
| HSV(B) | 307.34º | 0.77% | 0.96% | - |
| XYZ | 51.77 | 27.28 | 70.94 | - |
| YUV | 131.02 | 178.78 | 208.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 56 | 221 | 0 | 0.77 | 0.09 | 0.04 | 307.34 | 0.9 | 0.59 |
| Hex | F4 | 38 | DD | 0 | 4D | 9 | 4 | 133 | 5A | 3B |
| Octal | 364 | 70 | 335 | 0 | 115 | 11 | 4 | 463 | 132 | 73 |
| Binary | 11110100 | 111000 | 11011101 | 0 | 1001101 | 1001 | 100 | 100110011 | 1011010 | 111011 |
Color Harmonies of #F438DD
Complementary color
Monochromatic Colors of #F438DD
Black with #F438DD
Text Example
Text Example
White with #F438DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F438DD; }
p { color: rgb(244,56,221); }
H1.HeaderClassName
{
color: #F438DD;
}
.AnyTagClassName
{
color: #F438DD;
}
</style>
background-color css
<style>
a { background-color: #F438DD; }
a { background-color: rgb(244,56,221); }
div.DivClassName
{
background-color: #F438DD;
}
.BgClassName
{
background-color: #F438DD;
}
</style>
border-color css
<style>
span { border-color: #F438DD; }
span { border-color: rgb(244,56,221); }
td.TdClassName
{
border-color: #F438DD;
}
.TagClassName
{
border-color: #F438DD;
}
</style>