Shades of Brilliant Rose #FD44A8
Tints of Brilliant Rose #FD44A8
RGB
CMYK
RGB Variations
Color information
#FD44A8 (or 0xFD44A8) is known color: Brilliant Rose. HEX triplet: FD, 44 and A8. RGB value is (253,68,168). Sum of RGB (Red+Green+Blue) = 253+68+168=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD44A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD44A8 is #02BB57. Grayscale: #868686. Windows color (decimal): -179032 or 11027709. OLE color: 11027709.
HSL color Cylindrical-coordinate representation of color #FD44A8: hue angle of 327.57º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD44A8 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 168 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.01 |
| HSL | 327.57º | 0.98% | 0.63% | - |
| HSV(B) | 327.57º | 0.73% | 0.99% | - |
| XYZ | 49.64 | 27.84 | 39.8 | - |
| YUV | 134.72 | 146.79 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 168 | 0 | 0.73 | 0.34 | 0.01 | 327.57 | 0.98 | 0.63 |
| Hex | FD | 44 | A8 | 0 | 49 | 22 | 1 | 148 | 62 | 3F |
| Octal | 375 | 104 | 250 | 0 | 111 | 42 | 1 | 510 | 142 | 77 |
| Binary | 11111101 | 1000100 | 10101000 | 0 | 1001001 | 100010 | 1 | 101001000 | 1100010 | 111111 |
Color Harmonies of #FD44A8
Complementary color
Monochromatic Colors of #FD44A8
Black with #FD44A8
Text Example
Text Example
White with #FD44A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD44A8; }
p { color: rgb(253,68,168); }
H1.HeaderClassName
{
color: #FD44A8;
}
.AnyTagClassName
{
color: #FD44A8;
}
</style>
background-color css
<style>
a { background-color: #FD44A8; }
a { background-color: rgb(253,68,168); }
div.DivClassName
{
background-color: #FD44A8;
}
.BgClassName
{
background-color: #FD44A8;
}
</style>
border-color css
<style>
span { border-color: #FD44A8; }
span { border-color: rgb(253,68,168); }
td.TdClassName
{
border-color: #FD44A8;
}
.TagClassName
{
border-color: #FD44A8;
}
</style>