Shades of Brilliant Rose #FA4CB0
Tints of Brilliant Rose #FA4CB0
RGB
CMYK
RGB Variations
Color information
#FA4CB0 (or 0xFA4CB0) is known color: Brilliant Rose. HEX triplet: FA, 4C and B0. RGB value is (250,76,176). Sum of RGB (Red+Green+Blue) = 250+76+176=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 76 (30.08% from 255 or 15.14% from 502); Blue value is 176 (69.14% from 255 or 35.06% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4CB0 is #05B34F. Grayscale: #8B8B8B. Windows color (decimal): -373584 or 11554042. OLE color: 11554042.
HSL color Cylindrical-coordinate representation of color #FA4CB0: hue angle of 325.52º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4CB0 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 76 | 176 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.02 |
| HSL | 325.52º | 0.95% | 0.64% | - |
| HSV(B) | 325.52º | 0.7% | 0.98% | - |
| XYZ | 49.85 | 28.63 | 43.97 | - |
| YUV | 139.43 | 148.65 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 76 | 176 | 0 | 0.70 | 0.30 | 0.02 | 325.52 | 0.95 | 0.64 |
| Hex | FA | 4C | B0 | 0 | 46 | 1E | 2 | 146 | 5F | 40 |
| Octal | 372 | 114 | 260 | 0 | 106 | 36 | 2 | 506 | 137 | 100 |
| Binary | 11111010 | 1001100 | 10110000 | 0 | 1000110 | 11110 | 10 | 101000110 | 1011111 | 1000000 |
Color Harmonies of #FA4CB0
Complementary color
Monochromatic Colors of #FA4CB0
Black with #FA4CB0
Text Example
Text Example
White with #FA4CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4CB0; }
p { color: rgb(250,76,176); }
H1.HeaderClassName
{
color: #FA4CB0;
}
.AnyTagClassName
{
color: #FA4CB0;
}
</style>
background-color css
<style>
a { background-color: #FA4CB0; }
a { background-color: rgb(250,76,176); }
div.DivClassName
{
background-color: #FA4CB0;
}
.BgClassName
{
background-color: #FA4CB0;
}
</style>
border-color css
<style>
span { border-color: #FA4CB0; }
span { border-color: rgb(250,76,176); }
td.TdClassName
{
border-color: #FA4CB0;
}
.TagClassName
{
border-color: #FA4CB0;
}
</style>