Shades of Razzle Dazzle Rose #F431BB
Tints of Razzle Dazzle Rose #F431BB
RGB
CMYK
RGB Variations
Color information
#F431BB (or 0xF431BB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 31 and BB. RGB value is (244,49,187). Sum of RGB (Red+Green+Blue) = 244+49+187=480 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.83% from 480); Green value is 49 (19.53% from 255 or 10.21% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 244 - color contains mainly: red. Hex color #F431BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F431BB is #0BCE44. Grayscale: #7A7A7A. Windows color (decimal): -773701 or 12268020. OLE color: 12268020.
HSL color Cylindrical-coordinate representation of color #F431BB: hue angle of 317.54º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F431BB is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 49 | 187 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.04 |
| HSL | 317.54º | 0.9% | 0.57% | - |
| HSV(B) | 317.54º | 0.8% | 0.96% | - |
| XYZ | 47.38 | 25.02 | 49.35 | - |
| YUV | 123.04 | 164.1 | 214.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 49 | 187 | 0 | 0.80 | 0.23 | 0.04 | 317.54 | 0.9 | 0.57 |
| Hex | F4 | 31 | BB | 0 | 50 | 17 | 4 | 13E | 5A | 39 |
| Octal | 364 | 61 | 273 | 0 | 120 | 27 | 4 | 476 | 132 | 71 |
| Binary | 11110100 | 110001 | 10111011 | 0 | 1010000 | 10111 | 100 | 100111110 | 1011010 | 111001 |
Color Harmonies of #F431BB
Complementary color
Monochromatic Colors of #F431BB
Black with #F431BB
Text Example
Text Example
White with #F431BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F431BB; }
p { color: rgb(244,49,187); }
H1.HeaderClassName
{
color: #F431BB;
}
.AnyTagClassName
{
color: #F431BB;
}
</style>
background-color css
<style>
a { background-color: #F431BB; }
a { background-color: rgb(244,49,187); }
div.DivClassName
{
background-color: #F431BB;
}
.BgClassName
{
background-color: #F431BB;
}
</style>
border-color css
<style>
span { border-color: #F431BB; }
span { border-color: rgb(244,49,187); }
td.TdClassName
{
border-color: #F431BB;
}
.TagClassName
{
border-color: #F431BB;
}
</style>