Shades of Razzle Dazzle Rose #F436BD
Tints of Razzle Dazzle Rose #F436BD
RGB
CMYK
RGB Variations
Color information
#F436BD (or 0xF436BD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 36 and BD. RGB value is (244,54,189). Sum of RGB (Red+Green+Blue) = 244+54+189=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 54 (21.48% from 255 or 11.09% from 487); Blue value is 189 (74.22% from 255 or 38.81% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F436BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F436BD is #0BC942. Grayscale: #7D7D7D. Windows color (decimal): -772419 or 12400372. OLE color: 12400372.
HSL color Cylindrical-coordinate representation of color #F436BD: hue angle of 317.37º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F436BD is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 54 | 189 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.04 |
| HSL | 317.37º | 0.9% | 0.58% | - |
| HSV(B) | 317.37º | 0.78% | 0.96% | - |
| XYZ | 47.81 | 25.55 | 50.55 | - |
| YUV | 126.2 | 163.45 | 212.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 54 | 189 | 0 | 0.78 | 0.23 | 0.04 | 317.37 | 0.9 | 0.58 |
| Hex | F4 | 36 | BD | 0 | 4E | 17 | 4 | 13D | 5A | 3A |
| Octal | 364 | 66 | 275 | 0 | 116 | 27 | 4 | 475 | 132 | 72 |
| Binary | 11110100 | 110110 | 10111101 | 0 | 1001110 | 10111 | 100 | 100111101 | 1011010 | 111010 |
Color Harmonies of #F436BD
Complementary color
Monochromatic Colors of #F436BD
Black with #F436BD
Text Example
Text Example
White with #F436BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F436BD; }
p { color: rgb(244,54,189); }
H1.HeaderClassName
{
color: #F436BD;
}
.AnyTagClassName
{
color: #F436BD;
}
</style>
background-color css
<style>
a { background-color: #F436BD; }
a { background-color: rgb(244,54,189); }
div.DivClassName
{
background-color: #F436BD;
}
.BgClassName
{
background-color: #F436BD;
}
</style>
border-color css
<style>
span { border-color: #F436BD; }
span { border-color: rgb(244,54,189); }
td.TdClassName
{
border-color: #F436BD;
}
.TagClassName
{
border-color: #F436BD;
}
</style>