Shades of Brilliant Rose #FA4CBC
Tints of Brilliant Rose #FA4CBC
RGB
CMYK
RGB Variations
Color information
#FA4CBC (or 0xFA4CBC) is known color: Brilliant Rose. HEX triplet: FA, 4C and BC. RGB value is (250,76,188). Sum of RGB (Red+Green+Blue) = 250+76+188=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 76 (30.08% from 255 or 14.79% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4CBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4CBC is #05B343. Grayscale: #8C8C8C. Windows color (decimal): -373572 or 12340474. OLE color: 12340474.
HSL color Cylindrical-coordinate representation of color #FA4CBC: hue angle of 321.38º 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 #FA4CBC is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 76 | 188 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.02 |
| HSL | 321.38º | 0.95% | 0.64% | - |
| HSV(B) | 321.38º | 0.7% | 0.98% | - |
| XYZ | 51.09 | 29.12 | 50.51 | - |
| YUV | 140.79 | 154.65 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 76 | 188 | 0 | 0.70 | 0.25 | 0.02 | 321.38 | 0.95 | 0.64 |
| Hex | FA | 4C | BC | 0 | 46 | 19 | 2 | 141 | 5F | 40 |
| Octal | 372 | 114 | 274 | 0 | 106 | 31 | 2 | 501 | 137 | 100 |
| Binary | 11111010 | 1001100 | 10111100 | 0 | 1000110 | 11001 | 10 | 101000001 | 1011111 | 1000000 |
Color Harmonies of #FA4CBC
Complementary color
Monochromatic Colors of #FA4CBC
Black with #FA4CBC
Text Example
Text Example
White with #FA4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4CBC; }
p { color: rgb(250,76,188); }
H1.HeaderClassName
{
color: #FA4CBC;
}
.AnyTagClassName
{
color: #FA4CBC;
}
</style>
background-color css
<style>
a { background-color: #FA4CBC; }
a { background-color: rgb(250,76,188); }
div.DivClassName
{
background-color: #FA4CBC;
}
.BgClassName
{
background-color: #FA4CBC;
}
</style>
border-color css
<style>
span { border-color: #FA4CBC; }
span { border-color: rgb(250,76,188); }
td.TdClassName
{
border-color: #FA4CBC;
}
.TagClassName
{
border-color: #FA4CBC;
}
</style>