Shades of Razzle Dazzle Rose #F438DF
Tints of Razzle Dazzle Rose #F438DF
RGB
CMYK
RGB Variations
Color information
#F438DF (or 0xF438DF) is known color: Razzle Dazzle Rose. HEX triplet: F4, 38 and DF. RGB value is (244,56,223). Sum of RGB (Red+Green+Blue) = 244+56+223=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 56 (22.27% from 255 or 10.71% from 523); Blue value is 223 (87.5% from 255 or 42.64% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F438DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F438DF is #0BC720. Grayscale: #828282. Windows color (decimal): -771873 or 14629108. OLE color: 14629108.
HSL color Cylindrical-coordinate representation of color #F438DF: hue angle of 306.7º 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 #F438DF is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 56 | 223 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.04 |
| HSL | 306.7º | 0.9% | 0.59% | - |
| HSV(B) | 306.7º | 0.77% | 0.96% | - |
| XYZ | 52.04 | 27.39 | 72.36 | - |
| YUV | 131.25 | 179.78 | 208.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 56 | 223 | 0 | 0.77 | 0.09 | 0.04 | 306.7 | 0.9 | 0.59 |
| Hex | F4 | 38 | DF | 0 | 4D | 9 | 4 | 133 | 5A | 3B |
| Octal | 364 | 70 | 337 | 0 | 115 | 11 | 4 | 463 | 132 | 73 |
| Binary | 11110100 | 111000 | 11011111 | 0 | 1001101 | 1001 | 100 | 100110011 | 1011010 | 111011 |
Color Harmonies of #F438DF
Complementary color
Monochromatic Colors of #F438DF
Black with #F438DF
Text Example
Text Example
White with #F438DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F438DF; }
p { color: rgb(244,56,223); }
H1.HeaderClassName
{
color: #F438DF;
}
.AnyTagClassName
{
color: #F438DF;
}
</style>
background-color css
<style>
a { background-color: #F438DF; }
a { background-color: rgb(244,56,223); }
div.DivClassName
{
background-color: #F438DF;
}
.BgClassName
{
background-color: #F438DF;
}
</style>
border-color css
<style>
span { border-color: #F438DF; }
span { border-color: rgb(244,56,223); }
td.TdClassName
{
border-color: #F438DF;
}
.TagClassName
{
border-color: #F438DF;
}
</style>