Shades of Razzle Dazzle Rose #F435BC
Tints of Razzle Dazzle Rose #F435BC
RGB
CMYK
RGB Variations
Color information
#F435BC (or 0xF435BC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 35 and BC. RGB value is (244,53,188). Sum of RGB (Red+Green+Blue) = 244+53+188=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 53 (21.09% from 255 or 10.93% from 485); Blue value is 188 (73.83% from 255 or 38.76% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F435BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F435BC is #0BCA43. Grayscale: #7D7D7D. Windows color (decimal): -772676 or 12334580. OLE color: 12334580.
HSL color Cylindrical-coordinate representation of color #F435BC: hue angle of 317.59º 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 #F435BC is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 53 | 188 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.04 |
| HSL | 317.59º | 0.9% | 0.58% | - |
| HSV(B) | 317.59º | 0.78% | 0.96% | - |
| XYZ | 47.66 | 25.41 | 49.97 | - |
| YUV | 125.5 | 163.28 | 212.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 53 | 188 | 0 | 0.78 | 0.23 | 0.04 | 317.59 | 0.9 | 0.58 |
| Hex | F4 | 35 | BC | 0 | 4E | 17 | 4 | 13E | 5A | 3A |
| Octal | 364 | 65 | 274 | 0 | 116 | 27 | 4 | 476 | 132 | 72 |
| Binary | 11110100 | 110101 | 10111100 | 0 | 1001110 | 10111 | 100 | 100111110 | 1011010 | 111010 |
Color Harmonies of #F435BC
Complementary color
Monochromatic Colors of #F435BC
Black with #F435BC
Text Example
Text Example
White with #F435BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F435BC; }
p { color: rgb(244,53,188); }
H1.HeaderClassName
{
color: #F435BC;
}
.AnyTagClassName
{
color: #F435BC;
}
</style>
background-color css
<style>
a { background-color: #F435BC; }
a { background-color: rgb(244,53,188); }
div.DivClassName
{
background-color: #F435BC;
}
.BgClassName
{
background-color: #F435BC;
}
</style>
border-color css
<style>
span { border-color: #F435BC; }
span { border-color: rgb(244,53,188); }
td.TdClassName
{
border-color: #F435BC;
}
.TagClassName
{
border-color: #F435BC;
}
</style>