Shades of Razzle Dazzle Rose #F435BA
Tints of Razzle Dazzle Rose #F435BA
RGB
CMYK
RGB Variations
Color information
#F435BA (or 0xF435BA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 35 and BA. RGB value is (244,53,186). Sum of RGB (Red+Green+Blue) = 244+53+186=483 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.52% from 483); Green value is 53 (21.09% from 255 or 10.97% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 244 - color contains mainly: red. Hex color #F435BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F435BA is #0BCA45. Grayscale: #7C7C7C. Windows color (decimal): -772678 or 12203508. OLE color: 12203508.
HSL color Cylindrical-coordinate representation of color #F435BA: hue angle of 318.22º 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 #F435BA is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 186 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.04 |
| HSL | 318.22º | 0.9% | 0.58% | - |
| HSV(B) | 318.22º | 0.78% | 0.96% | - |
| XYZ | 47.44 | 25.32 | 48.84 | - |
| YUV | 125.27 | 162.28 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 186 | 0 | 0.78 | 0.24 | 0.04 | 318.22 | 0.9 | 0.58 |
| Hex | F4 | 35 | BA | 0 | 4E | 18 | 4 | 13E | 5A | 3A |
| Octal | 364 | 65 | 272 | 0 | 116 | 30 | 4 | 476 | 132 | 72 |
| Binary | 11110100 | 110101 | 10111010 | 0 | 1001110 | 11000 | 100 | 100111110 | 1011010 | 111010 |
Color Harmonies of #F435BA
Complementary color
Monochromatic Colors of #F435BA
Black with #F435BA
Text Example
Text Example
White with #F435BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F435BA; }
p { color: rgb(244,53,186); }
H1.HeaderClassName
{
color: #F435BA;
}
.AnyTagClassName
{
color: #F435BA;
}
</style>
background-color css
<style>
a { background-color: #F435BA; }
a { background-color: rgb(244,53,186); }
div.DivClassName
{
background-color: #F435BA;
}
.BgClassName
{
background-color: #F435BA;
}
</style>
border-color css
<style>
span { border-color: #F435BA; }
span { border-color: rgb(244,53,186); }
td.TdClassName
{
border-color: #F435BA;
}
.TagClassName
{
border-color: #F435BA;
}
</style>