Shades of Razzle Dazzle Rose #F440BB
Tints of Razzle Dazzle Rose #F440BB
RGB
CMYK
RGB Variations
Color information
#F440BB (or 0xF440BB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 40 and BB. RGB value is (244,64,187). Sum of RGB (Red+Green+Blue) = 244+64+187=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 64 (25.39% from 255 or 12.93% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F440BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F440BB is #0BBF44. Grayscale: #838383. Windows color (decimal): -769861 or 12271860. OLE color: 12271860.
HSL color Cylindrical-coordinate representation of color #F440BB: hue angle of 319º 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 #F440BB is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 187 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.04 |
| HSL | 319º | 0.89% | 0.6% | - |
| HSV(B) | 319º | 0.74% | 0.96% | - |
| XYZ | 48.11 | 26.49 | 49.59 | - |
| YUV | 131.84 | 159.13 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 187 | 0 | 0.74 | 0.23 | 0.04 | 319 | 0.89 | 0.6 |
| Hex | F4 | 40 | BB | 0 | 4A | 17 | 4 | 13F | 59 | 3C |
| Octal | 364 | 100 | 273 | 0 | 112 | 27 | 4 | 477 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10111011 | 0 | 1001010 | 10111 | 100 | 100111111 | 1011001 | 111100 |
Color Harmonies of #F440BB
Complementary color
Monochromatic Colors of #F440BB
Black with #F440BB
Text Example
Text Example
White with #F440BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F440BB; }
p { color: rgb(244,64,187); }
H1.HeaderClassName
{
color: #F440BB;
}
.AnyTagClassName
{
color: #F440BB;
}
</style>
background-color css
<style>
a { background-color: #F440BB; }
a { background-color: rgb(244,64,187); }
div.DivClassName
{
background-color: #F440BB;
}
.BgClassName
{
background-color: #F440BB;
}
</style>
border-color css
<style>
span { border-color: #F440BB; }
span { border-color: rgb(244,64,187); }
td.TdClassName
{
border-color: #F440BB;
}
.TagClassName
{
border-color: #F440BB;
}
</style>