Shades of Razzle Dazzle Rose #F01BDD
Tints of Razzle Dazzle Rose #F01BDD
RGB
CMYK
RGB Variations
Color information
#F01BDD (or 0xF01BDD) is known color: Razzle Dazzle Rose. HEX triplet: F0, 1B and DD. RGB value is (240,27,221). Sum of RGB (Red+Green+Blue) = 240+27+221=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 27 (10.94% from 255 or 5.53% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 240 - color contains mainly: red. Hex color #F01BDD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F01BDD is #0FE422. Grayscale: #707070. Windows color (decimal): -1041443 or 14490608. OLE color: 14490608.
HSL color Cylindrical-coordinate representation of color #F01BDD: hue angle of 305.35º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01BDD is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 27 | 221 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.06 |
| HSL | 305.35º | 0.88% | 0.52% | - |
| HSV(B) | 305.35º | 0.89% | 0.94% | - |
| XYZ | 49.38 | 24.53 | 70.54 | - |
| YUV | 112.8 | 189.07 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 27 | 221 | 0 | 0.89 | 0.08 | 0.06 | 305.35 | 0.88 | 0.52 |
| Hex | F0 | 1B | DD | 0 | 59 | 8 | 6 | 131 | 58 | 34 |
| Octal | 360 | 33 | 335 | 0 | 131 | 10 | 6 | 461 | 130 | 64 |
| Binary | 11110000 | 11011 | 11011101 | 0 | 1011001 | 1000 | 110 | 100110001 | 1011000 | 110100 |
Color Harmonies of #F01BDD
Complementary color
Monochromatic Colors of #F01BDD
Black with #F01BDD
Text Example
Text Example
White with #F01BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01BDD; }
p { color: rgb(240,27,221); }
H1.HeaderClassName
{
color: #F01BDD;
}
.AnyTagClassName
{
color: #F01BDD;
}
</style>
background-color css
<style>
a { background-color: #F01BDD; }
a { background-color: rgb(240,27,221); }
div.DivClassName
{
background-color: #F01BDD;
}
.BgClassName
{
background-color: #F01BDD;
}
</style>
border-color css
<style>
span { border-color: #F01BDD; }
span { border-color: rgb(240,27,221); }
td.TdClassName
{
border-color: #F01BDD;
}
.TagClassName
{
border-color: #F01BDD;
}
</style>