Shades of Razzle Dazzle Rose #F54DBD
Tints of Razzle Dazzle Rose #F54DBD
RGB
CMYK
RGB Variations
Color information
#F54DBD (or 0xF54DBD) is known color: Razzle Dazzle Rose. HEX triplet: F5, 4D and BD. RGB value is (245,77,189). Sum of RGB (Red+Green+Blue) = 245+77+189=511 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.95% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 245 - color contains mainly: red. Hex color #F54DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F54DBD is #0AB242. Grayscale: #8B8B8B. Windows color (decimal): -700995 or 12406261. OLE color: 12406261.
HSL color Cylindrical-coordinate representation of color #F54DBD: hue angle of 320º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F54DBD is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 77 | 189 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.04 |
| HSL | 320º | 0.89% | 0.63% | - |
| HSV(B) | 320º | 0.69% | 0.96% | - |
| XYZ | 49.5 | 28.39 | 51.02 | - |
| YUV | 140 | 155.66 | 202.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 77 | 189 | 0 | 0.69 | 0.23 | 0.04 | 320 | 0.89 | 0.63 |
| Hex | F5 | 4D | BD | 0 | 45 | 17 | 4 | 140 | 59 | 3F |
| Octal | 365 | 115 | 275 | 0 | 105 | 27 | 4 | 500 | 131 | 77 |
| Binary | 11110101 | 1001101 | 10111101 | 0 | 1000101 | 10111 | 100 | 101000000 | 1011001 | 111111 |
Color Harmonies of #F54DBD
Complementary color
Monochromatic Colors of #F54DBD
Black with #F54DBD
Text Example
Text Example
White with #F54DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54DBD; }
p { color: rgb(245,77,189); }
H1.HeaderClassName
{
color: #F54DBD;
}
.AnyTagClassName
{
color: #F54DBD;
}
</style>
background-color css
<style>
a { background-color: #F54DBD; }
a { background-color: rgb(245,77,189); }
div.DivClassName
{
background-color: #F54DBD;
}
.BgClassName
{
background-color: #F54DBD;
}
</style>
border-color css
<style>
span { border-color: #F54DBD; }
span { border-color: rgb(245,77,189); }
td.TdClassName
{
border-color: #F54DBD;
}
.TagClassName
{
border-color: #F54DBD;
}
</style>