Shades of Brilliant Rose #FA4BB8
Tints of Brilliant Rose #FA4BB8
RGB
CMYK
RGB Variations
Color information
#FA4BB8 (or 0xFA4BB8) is known color: Brilliant Rose. HEX triplet: FA, 4B and B8. RGB value is (250,75,184). Sum of RGB (Red+Green+Blue) = 250+75+184=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 184 (72.27% from 255 or 36.15% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4BB8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA4BB8 is #05B447. Grayscale: #8B8B8B. Windows color (decimal): -373832 or 12078074. OLE color: 12078074.
HSL color Cylindrical-coordinate representation of color #FA4BB8: hue angle of 322.63º 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 #FA4BB8 is Cyan = 0, Magento = 0.7, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 75 | 184 | - |
| CMYK | 0 | 0.7 | 0.26 | 0.02 |
| HSL | 322.63º | 0.95% | 0.64% | - |
| HSV(B) | 322.63º | 0.7% | 0.98% | - |
| XYZ | 50.59 | 28.82 | 48.24 | - |
| YUV | 139.75 | 152.98 | 206.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 75 | 184 | 0 | 0.7 | 0.26 | 0.02 | 322.63 | 0.95 | 0.64 |
| Hex | FA | 4B | B8 | 0 | 46 | 1A | 2 | 143 | 5F | 40 |
| Octal | 372 | 113 | 270 | 0 | 106 | 32 | 2 | 503 | 137 | 100 |
| Binary | 11111010 | 1001011 | 10111000 | 0 | 1000110 | 11010 | 10 | 101000011 | 1011111 | 1000000 |
Color Harmonies of #FA4BB8
Complementary color
Monochromatic Colors of #FA4BB8
Black with #FA4BB8
Text Example
Text Example
White with #FA4BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4BB8; }
p { color: rgb(250,75,184); }
H1.HeaderClassName
{
color: #FA4BB8;
}
.AnyTagClassName
{
color: #FA4BB8;
}
</style>
background-color css
<style>
a { background-color: #FA4BB8; }
a { background-color: rgb(250,75,184); }
div.DivClassName
{
background-color: #FA4BB8;
}
.BgClassName
{
background-color: #FA4BB8;
}
</style>
border-color css
<style>
span { border-color: #FA4BB8; }
span { border-color: rgb(250,75,184); }
td.TdClassName
{
border-color: #FA4BB8;
}
.TagClassName
{
border-color: #FA4BB8;
}
</style>