Shades of Razzle Dazzle Rose #F433C5
Tints of Razzle Dazzle Rose #F433C5
RGB
CMYK
RGB Variations
Color information
#F433C5 (or 0xF433C5) is known color: Razzle Dazzle Rose. HEX triplet: F4, 33 and C5. RGB value is (244,51,197). Sum of RGB (Red+Green+Blue) = 244+51+197=492 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.59% from 492); Green value is 51 (20.31% from 255 or 10.37% from 492); Blue value is 197 (77.34% from 255 or 40.04% from 492); Max value from RGB is 244 - color contains mainly: red. Hex color #F433C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F433C5 is #0BCC3A. Grayscale: #7C7C7C. Windows color (decimal): -773179 or 12923892. OLE color: 12923892.
HSL color Cylindrical-coordinate representation of color #F433C5: hue angle of 314.61º 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 #F433C5 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 197 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.04 |
| HSL | 314.61º | 0.9% | 0.58% | - |
| HSV(B) | 314.61º | 0.79% | 0.96% | - |
| XYZ | 48.57 | 25.63 | 55.21 | - |
| YUV | 125.35 | 168.44 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 197 | 0 | 0.79 | 0.19 | 0.04 | 314.61 | 0.9 | 0.58 |
| Hex | F4 | 33 | C5 | 0 | 4F | 13 | 4 | 13B | 5A | 3A |
| Octal | 364 | 63 | 305 | 0 | 117 | 23 | 4 | 473 | 132 | 72 |
| Binary | 11110100 | 110011 | 11000101 | 0 | 1001111 | 10011 | 100 | 100111011 | 1011010 | 111010 |
Color Harmonies of #F433C5
Complementary color
Monochromatic Colors of #F433C5
Black with #F433C5
Text Example
Text Example
White with #F433C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F433C5; }
p { color: rgb(244,51,197); }
H1.HeaderClassName
{
color: #F433C5;
}
.AnyTagClassName
{
color: #F433C5;
}
</style>
background-color css
<style>
a { background-color: #F433C5; }
a { background-color: rgb(244,51,197); }
div.DivClassName
{
background-color: #F433C5;
}
.BgClassName
{
background-color: #F433C5;
}
</style>
border-color css
<style>
span { border-color: #F433C5; }
span { border-color: rgb(244,51,197); }
td.TdClassName
{
border-color: #F433C5;
}
.TagClassName
{
border-color: #F433C5;
}
</style>