Shades of Razzle Dazzle Rose #F438BA
Tints of Razzle Dazzle Rose #F438BA
RGB
CMYK
RGB Variations
Color information
#F438BA (or 0xF438BA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 38 and BA. RGB value is (244,56,186). Sum of RGB (Red+Green+Blue) = 244+56+186=486 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.21% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 244 - color contains mainly: red. Hex color #F438BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F438BA is #0BC745. Grayscale: #7E7E7E. Windows color (decimal): -771910 or 12204276. OLE color: 12204276.
HSL color Cylindrical-coordinate representation of color #F438BA: hue angle of 318.51º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F438BA is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 56 | 186 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.04 |
| HSL | 318.51º | 0.9% | 0.59% | - |
| HSV(B) | 318.51º | 0.77% | 0.96% | - |
| XYZ | 47.59 | 25.61 | 48.89 | - |
| YUV | 127.03 | 161.28 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 56 | 186 | 0 | 0.77 | 0.24 | 0.04 | 318.51 | 0.9 | 0.59 |
| Hex | F4 | 38 | BA | 0 | 4D | 18 | 4 | 13F | 5A | 3B |
| Octal | 364 | 70 | 272 | 0 | 115 | 30 | 4 | 477 | 132 | 73 |
| Binary | 11110100 | 111000 | 10111010 | 0 | 1001101 | 11000 | 100 | 100111111 | 1011010 | 111011 |
Color Harmonies of #F438BA
Complementary color
Monochromatic Colors of #F438BA
Black with #F438BA
Text Example
Text Example
White with #F438BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F438BA; }
p { color: rgb(244,56,186); }
H1.HeaderClassName
{
color: #F438BA;
}
.AnyTagClassName
{
color: #F438BA;
}
</style>
background-color css
<style>
a { background-color: #F438BA; }
a { background-color: rgb(244,56,186); }
div.DivClassName
{
background-color: #F438BA;
}
.BgClassName
{
background-color: #F438BA;
}
</style>
border-color css
<style>
span { border-color: #F438BA; }
span { border-color: rgb(244,56,186); }
td.TdClassName
{
border-color: #F438BA;
}
.TagClassName
{
border-color: #F438BA;
}
</style>