Shades of Brilliant Rose #FA4DB4
Tints of Brilliant Rose #FA4DB4
RGB
CMYK
RGB Variations
Color information
#FA4DB4 (or 0xFA4DB4) is known color: Brilliant Rose. HEX triplet: FA, 4D and B4. RGB value is (250,77,180). Sum of RGB (Red+Green+Blue) = 250+77+180=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4DB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4DB4 is #05B24B. Grayscale: #8C8C8C. Windows color (decimal): -373324 or 11816442. OLE color: 11816442.
HSL color Cylindrical-coordinate representation of color #FA4DB4: hue angle of 324.28º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4DB4 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 180 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.02 |
| HSL | 324.28º | 0.95% | 0.64% | - |
| HSV(B) | 324.28º | 0.69% | 0.98% | - |
| XYZ | 50.32 | 28.93 | 46.11 | - |
| YUV | 140.47 | 150.31 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 180 | 0 | 0.69 | 0.28 | 0.02 | 324.28 | 0.95 | 0.64 |
| Hex | FA | 4D | B4 | 0 | 45 | 1C | 2 | 144 | 5F | 40 |
| Octal | 372 | 115 | 264 | 0 | 105 | 34 | 2 | 504 | 137 | 100 |
| Binary | 11111010 | 1001101 | 10110100 | 0 | 1000101 | 11100 | 10 | 101000100 | 1011111 | 1000000 |
Color Harmonies of #FA4DB4
Complementary color
Monochromatic Colors of #FA4DB4
Black with #FA4DB4
Text Example
Text Example
White with #FA4DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4DB4; }
p { color: rgb(250,77,180); }
H1.HeaderClassName
{
color: #FA4DB4;
}
.AnyTagClassName
{
color: #FA4DB4;
}
</style>
background-color css
<style>
a { background-color: #FA4DB4; }
a { background-color: rgb(250,77,180); }
div.DivClassName
{
background-color: #FA4DB4;
}
.BgClassName
{
background-color: #FA4DB4;
}
</style>
border-color css
<style>
span { border-color: #FA4DB4; }
span { border-color: rgb(250,77,180); }
td.TdClassName
{
border-color: #FA4DB4;
}
.TagClassName
{
border-color: #FA4DB4;
}
</style>