Shades of Razzle Dazzle Rose #FF44C1
Tints of Razzle Dazzle Rose #FF44C1
RGB
CMYK
RGB Variations
Color information
#FF44C1 (or 0xFF44C1) is known color: Razzle Dazzle Rose. HEX triplet: FF, 44 and C1. RGB value is (255,68,193). Sum of RGB (Red+Green+Blue) = 255+68+193=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 68 (26.95% from 255 or 13.18% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF44C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF44C1 is #00BB3E. Grayscale: #898989. Windows color (decimal): -47935 or 12666111. OLE color: 12666111.
HSL color Cylindrical-coordinate representation of color #FF44C1: hue angle of 319.89º 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 #FF44C1 is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 193 | - |
| CMYK | 0 | 0.73 | 0.24 | 0 |
| HSL | 319.89º | 1% | 0.63% | - |
| HSV(B) | 319.89º | 0.73% | 1% | - |
| XYZ | 52.93 | 29.24 | 53.31 | - |
| YUV | 138.16 | 158.95 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 193 | 0 | 0.73 | 0.24 | 0 | 319.89 | 1 | 0.63 |
| Hex | FF | 44 | C1 | 0 | 49 | 18 | 0 | 140 | 64 | 3F |
| Octal | 377 | 104 | 301 | 0 | 111 | 30 | 0 | 500 | 144 | 77 |
| Binary | 11111111 | 1000100 | 11000001 | 0 | 1001001 | 11000 | 0 | 101000000 | 1100100 | 111111 |
Color Harmonies of #FF44C1
Complementary color
Monochromatic Colors of #FF44C1
Black with #FF44C1
Text Example
Text Example
White with #FF44C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF44C1; }
p { color: rgb(255,68,193); }
H1.HeaderClassName
{
color: #FF44C1;
}
.AnyTagClassName
{
color: #FF44C1;
}
</style>
background-color css
<style>
a { background-color: #FF44C1; }
a { background-color: rgb(255,68,193); }
div.DivClassName
{
background-color: #FF44C1;
}
.BgClassName
{
background-color: #FF44C1;
}
</style>
border-color css
<style>
span { border-color: #FF44C1; }
span { border-color: rgb(255,68,193); }
td.TdClassName
{
border-color: #FF44C1;
}
.TagClassName
{
border-color: #FF44C1;
}
</style>