Shades of Razzle Dazzle Rose #F430BA
Tints of Razzle Dazzle Rose #F430BA
RGB
CMYK
RGB Variations
Color information
#F430BA (or 0xF430BA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 30 and BA. RGB value is (244,48,186). Sum of RGB (Red+Green+Blue) = 244+48+186=478 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.05% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 244 - color contains mainly: red. Hex color #F430BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F430BA is #0BCF45. Grayscale: #797979. Windows color (decimal): -773958 or 12202228. OLE color: 12202228.
HSL color Cylindrical-coordinate representation of color #F430BA: hue angle of 317.76º 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 #F430BA is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 48 | 186 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.04 |
| HSL | 317.76º | 0.9% | 0.57% | - |
| HSV(B) | 317.76º | 0.8% | 0.96% | - |
| XYZ | 47.23 | 24.89 | 48.77 | - |
| YUV | 122.34 | 163.93 | 214.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 48 | 186 | 0 | 0.80 | 0.24 | 0.04 | 317.76 | 0.9 | 0.57 |
| Hex | F4 | 30 | BA | 0 | 50 | 18 | 4 | 13E | 5A | 39 |
| Octal | 364 | 60 | 272 | 0 | 120 | 30 | 4 | 476 | 132 | 71 |
| Binary | 11110100 | 110000 | 10111010 | 0 | 1010000 | 11000 | 100 | 100111110 | 1011010 | 111001 |
Color Harmonies of #F430BA
Complementary color
Monochromatic Colors of #F430BA
Black with #F430BA
Text Example
Text Example
White with #F430BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F430BA; }
p { color: rgb(244,48,186); }
H1.HeaderClassName
{
color: #F430BA;
}
.AnyTagClassName
{
color: #F430BA;
}
</style>
background-color css
<style>
a { background-color: #F430BA; }
a { background-color: rgb(244,48,186); }
div.DivClassName
{
background-color: #F430BA;
}
.BgClassName
{
background-color: #F430BA;
}
</style>
border-color css
<style>
span { border-color: #F430BA; }
span { border-color: rgb(244,48,186); }
td.TdClassName
{
border-color: #F430BA;
}
.TagClassName
{
border-color: #F430BA;
}
</style>