Shades of Razzle Dazzle Rose #F433BA
Tints of Razzle Dazzle Rose #F433BA
RGB
CMYK
RGB Variations
Color information
#F433BA (or 0xF433BA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 33 and BA. RGB value is (244,51,186). Sum of RGB (Red+Green+Blue) = 244+51+186=481 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.73% from 481); Green value is 51 (20.31% from 255 or 10.60% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 244 - color contains mainly: red. Hex color #F433BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F433BA is #0BCC45. Grayscale: #7B7B7B. Windows color (decimal): -773190 or 12202996. OLE color: 12202996.
HSL color Cylindrical-coordinate representation of color #F433BA: hue angle of 318.03º 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 #F433BA is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 186 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.04 |
| HSL | 318.03º | 0.9% | 0.58% | - |
| HSV(B) | 318.03º | 0.79% | 0.96% | - |
| XYZ | 47.35 | 25.15 | 48.81 | - |
| YUV | 124.1 | 162.94 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 186 | 0 | 0.79 | 0.24 | 0.04 | 318.03 | 0.9 | 0.58 |
| Hex | F4 | 33 | BA | 0 | 4F | 18 | 4 | 13E | 5A | 3A |
| Octal | 364 | 63 | 272 | 0 | 117 | 30 | 4 | 476 | 132 | 72 |
| Binary | 11110100 | 110011 | 10111010 | 0 | 1001111 | 11000 | 100 | 100111110 | 1011010 | 111010 |
Color Harmonies of #F433BA
Complementary color
Monochromatic Colors of #F433BA
Black with #F433BA
Text Example
Text Example
White with #F433BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F433BA; }
p { color: rgb(244,51,186); }
H1.HeaderClassName
{
color: #F433BA;
}
.AnyTagClassName
{
color: #F433BA;
}
</style>
background-color css
<style>
a { background-color: #F433BA; }
a { background-color: rgb(244,51,186); }
div.DivClassName
{
background-color: #F433BA;
}
.BgClassName
{
background-color: #F433BA;
}
</style>
border-color css
<style>
span { border-color: #F433BA; }
span { border-color: rgb(244,51,186); }
td.TdClassName
{
border-color: #F433BA;
}
.TagClassName
{
border-color: #F433BA;
}
</style>