Shades of Razzle Dazzle Rose #F434D0
Tints of Razzle Dazzle Rose #F434D0
RGB
CMYK
RGB Variations
Color information
#F434D0 (or 0xF434D0) is known color: Razzle Dazzle Rose. HEX triplet: F4, 34 and D0. RGB value is (244,52,208). Sum of RGB (Red+Green+Blue) = 244+52+208=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 52 (20.70% from 255 or 10.32% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F434D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F434D0 is #0BCB2F. Grayscale: #7E7E7E. Windows color (decimal): -772912 or 13645044. OLE color: 13645044.
HSL color Cylindrical-coordinate representation of color #F434D0: hue angle of 311.25º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F434D0 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 208 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.04 |
| HSL | 311.25º | 0.9% | 0.58% | - |
| HSV(B) | 311.25º | 0.79% | 0.96% | - |
| XYZ | 49.92 | 26.24 | 62.11 | - |
| YUV | 127.19 | 173.61 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 208 | 0 | 0.79 | 0.15 | 0.04 | 311.25 | 0.9 | 0.58 |
| Hex | F4 | 34 | D0 | 0 | 4F | F | 4 | 137 | 5A | 3A |
| Octal | 364 | 64 | 320 | 0 | 117 | 17 | 4 | 467 | 132 | 72 |
| Binary | 11110100 | 110100 | 11010000 | 0 | 1001111 | 1111 | 100 | 100110111 | 1011010 | 111010 |
Color Harmonies of #F434D0
Complementary color
Monochromatic Colors of #F434D0
Black with #F434D0
Text Example
Text Example
White with #F434D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F434D0; }
p { color: rgb(244,52,208); }
H1.HeaderClassName
{
color: #F434D0;
}
.AnyTagClassName
{
color: #F434D0;
}
</style>
background-color css
<style>
a { background-color: #F434D0; }
a { background-color: rgb(244,52,208); }
div.DivClassName
{
background-color: #F434D0;
}
.BgClassName
{
background-color: #F434D0;
}
</style>
border-color css
<style>
span { border-color: #F434D0; }
span { border-color: rgb(244,52,208); }
td.TdClassName
{
border-color: #F434D0;
}
.TagClassName
{
border-color: #F434D0;
}
</style>