Shades of Razzle Dazzle Rose #F440BC
Tints of Razzle Dazzle Rose #F440BC
RGB
CMYK
RGB Variations
Color information
#F440BC (or 0xF440BC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and BC. RGB value is (244,64,188). Sum of RGB (Red+Green+Blue) = 244+64+188=496 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.19% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 244 - color contains mainly: red. Hex color #F440BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440BC is #0BBF43. Grayscale: #838383. Windows color (decimal): -769860 or 12337396. OLE color: 12337396.
HSL color Cylindrical-coordinate representation of color #F440BC: hue angle of 318.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F440BC is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 188 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.04 |
| HSL | 318.67º | 0.89% | 0.6% | - |
| HSV(B) | 318.67º | 0.74% | 0.96% | - |
| XYZ | 48.22 | 26.53 | 50.16 | - |
| YUV | 131.96 | 159.63 | 207.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 188 | 0 | 0.74 | 0.23 | 0.04 | 318.67 | 0.89 | 0.6 |
| Hex | F4 | 40 | BC | 0 | 4A | 17 | 4 | 13F | 59 | 3C |
| Octal | 364 | 100 | 274 | 0 | 112 | 27 | 4 | 477 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10111100 | 0 | 1001010 | 10111 | 100 | 100111111 | 1011001 | 111100 |
Color Harmonies of #F440BC
Complementary color
Monochromatic Colors of #F440BC
Black with #F440BC
Text Example
Text Example
White with #F440BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440BC; }
p { color: rgb(244,64,188); }
H1.HeaderClassName
{
color: #F440BC;
}
.AnyTagClassName
{
color: #F440BC;
}
</style>
background-color css
<style>
a { background-color: #F440BC; }
a { background-color: rgb(244,64,188); }
div.DivClassName
{
background-color: #F440BC;
}
.BgClassName
{
background-color: #F440BC;
}
</style>
border-color css
<style>
span { border-color: #F440BC; }
span { border-color: rgb(244,64,188); }
td.TdClassName
{
border-color: #F440BC;
}
.TagClassName
{
border-color: #F440BC;
}
</style>