Shades of Razzle Dazzle Rose #FF44C5
Tints of Razzle Dazzle Rose #FF44C5
RGB
CMYK
RGB Variations
Color information
#FF44C5 (or 0xFF44C5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 44 and C5. RGB value is (255,68,197). Sum of RGB (Red+Green+Blue) = 255+68+197=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 68 (26.95% from 255 or 13.08% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF44C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF44C5 is #00BB3A. Grayscale: #8A8A8A. Windows color (decimal): -47931 or 12928255. OLE color: 12928255.
HSL color Cylindrical-coordinate representation of color #FF44C5: hue angle of 318.61º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF44C5 is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 197 | - |
| CMYK | 0 | 0.73 | 0.23 | 0 |
| HSL | 318.61º | 1% | 0.63% | - |
| HSV(B) | 318.61º | 0.73% | 1% | - |
| XYZ | 53.39 | 29.43 | 55.69 | - |
| YUV | 138.62 | 160.95 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 197 | 0 | 0.73 | 0.23 | 0 | 318.61 | 1 | 0.63 |
| Hex | FF | 44 | C5 | 0 | 49 | 17 | 0 | 13F | 64 | 3F |
| Octal | 377 | 104 | 305 | 0 | 111 | 27 | 0 | 477 | 144 | 77 |
| Binary | 11111111 | 1000100 | 11000101 | 0 | 1001001 | 10111 | 0 | 100111111 | 1100100 | 111111 |
Color Harmonies of #FF44C5
Complementary color
Monochromatic Colors of #FF44C5
Black with #FF44C5
Text Example
Text Example
White with #FF44C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF44C5; }
p { color: rgb(255,68,197); }
H1.HeaderClassName
{
color: #FF44C5;
}
.AnyTagClassName
{
color: #FF44C5;
}
</style>
background-color css
<style>
a { background-color: #FF44C5; }
a { background-color: rgb(255,68,197); }
div.DivClassName
{
background-color: #FF44C5;
}
.BgClassName
{
background-color: #FF44C5;
}
</style>
border-color css
<style>
span { border-color: #FF44C5; }
span { border-color: rgb(255,68,197); }
td.TdClassName
{
border-color: #FF44C5;
}
.TagClassName
{
border-color: #FF44C5;
}
</style>