Shades of Razzle Dazzle Rose #F54ABB
Tints of Razzle Dazzle Rose #F54ABB
RGB
CMYK
RGB Variations
Color information
#F54ABB (or 0xF54ABB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 4A and BB. RGB value is (245,74,187). Sum of RGB (Red+Green+Blue) = 245+74+187=506 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.42% from 506); Green value is 74 (29.30% from 255 or 14.62% from 506); Blue value is 187 (73.44% from 255 or 36.96% from 506); Max value from RGB is 245 - color contains mainly: red. Hex color #F54ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F54ABB is #0AB544. Grayscale: #898989. Windows color (decimal): -701765 or 12274421. OLE color: 12274421.
HSL color Cylindrical-coordinate representation of color #F54ABB: hue angle of 320.35º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F54ABB is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 74 | 187 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.04 |
| HSL | 320.35º | 0.9% | 0.63% | - |
| HSV(B) | 320.35º | 0.7% | 0.96% | - |
| XYZ | 49.07 | 27.9 | 49.81 | - |
| YUV | 138.01 | 155.65 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 74 | 187 | 0 | 0.70 | 0.24 | 0.04 | 320.35 | 0.9 | 0.63 |
| Hex | F5 | 4A | BB | 0 | 46 | 18 | 4 | 140 | 5A | 3F |
| Octal | 365 | 112 | 273 | 0 | 106 | 30 | 4 | 500 | 132 | 77 |
| Binary | 11110101 | 1001010 | 10111011 | 0 | 1000110 | 11000 | 100 | 101000000 | 1011010 | 111111 |
Color Harmonies of #F54ABB
Complementary color
Monochromatic Colors of #F54ABB
Black with #F54ABB
Text Example
Text Example
White with #F54ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F54ABB; }
p { color: rgb(245,74,187); }
H1.HeaderClassName
{
color: #F54ABB;
}
.AnyTagClassName
{
color: #F54ABB;
}
</style>
background-color css
<style>
a { background-color: #F54ABB; }
a { background-color: rgb(245,74,187); }
div.DivClassName
{
background-color: #F54ABB;
}
.BgClassName
{
background-color: #F54ABB;
}
</style>
border-color css
<style>
span { border-color: #F54ABB; }
span { border-color: rgb(245,74,187); }
td.TdClassName
{
border-color: #F54ABB;
}
.TagClassName
{
border-color: #F54ABB;
}
</style>