Shades of Razzle Dazzle Rose #FE44D3
Tints of Razzle Dazzle Rose #FE44D3
RGB
CMYK
RGB Variations
Color information
#FE44D3 (or 0xFE44D3) is known color: Razzle Dazzle Rose. HEX triplet: FE, 44 and D3. RGB value is (254,68,211). Sum of RGB (Red+Green+Blue) = 254+68+211=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 68 (26.95% from 255 or 12.76% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE44D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE44D3 is #01BB2C. Grayscale: #8B8B8B. Windows color (decimal): -113453 or 13845758. OLE color: 13845758.
HSL color Cylindrical-coordinate representation of color #FE44D3: hue angle of 313.87º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE44D3 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 211 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.00 |
| HSL | 313.87º | 0.99% | 0.63% | - |
| HSV(B) | 313.87º | 0.73% | 1% | - |
| XYZ | 54.7 | 29.91 | 64.52 | - |
| YUV | 139.92 | 168.12 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 211 | 0 | 0.73 | 0.17 | 0.00 | 313.87 | 0.99 | 0.63 |
| Hex | FE | 44 | D3 | 0 | 49 | 11 | 0 | 13A | 63 | 3F |
| Octal | 376 | 104 | 323 | 0 | 111 | 21 | 0 | 472 | 143 | 77 |
| Binary | 11111110 | 1000100 | 11010011 | 0 | 1001001 | 10001 | 0 | 100111010 | 1100011 | 111111 |
Color Harmonies of #FE44D3
Complementary color
Monochromatic Colors of #FE44D3
Black with #FE44D3
Text Example
Text Example
White with #FE44D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE44D3; }
p { color: rgb(254,68,211); }
H1.HeaderClassName
{
color: #FE44D3;
}
.AnyTagClassName
{
color: #FE44D3;
}
</style>
background-color css
<style>
a { background-color: #FE44D3; }
a { background-color: rgb(254,68,211); }
div.DivClassName
{
background-color: #FE44D3;
}
.BgClassName
{
background-color: #FE44D3;
}
</style>
border-color css
<style>
span { border-color: #FE44D3; }
span { border-color: rgb(254,68,211); }
td.TdClassName
{
border-color: #FE44D3;
}
.TagClassName
{
border-color: #FE44D3;
}
</style>