Shades of Brilliant Rose #FA4FB4
Tints of Brilliant Rose #FA4FB4
RGB
CMYK
RGB Variations
Color information
#FA4FB4 (or 0xFA4FB4) is known color: Brilliant Rose. HEX triplet: FA, 4F and B4. RGB value is (250,79,180). Sum of RGB (Red+Green+Blue) = 250+79+180=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 79 (31.25% from 255 or 15.52% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FB4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FA4FB4 is #05B04B. Grayscale: #8D8D8D. Windows color (decimal): -372812 or 11816954. OLE color: 11816954.
HSL color Cylindrical-coordinate representation of color #FA4FB4: hue angle of 324.56º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA4FB4 is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 79 | 180 | - |
| CMYK | 0 | 0.68 | 0.28 | 0.02 |
| HSL | 324.56º | 0.94% | 0.65% | - |
| HSV(B) | 324.56º | 0.68% | 0.98% | - |
| XYZ | 50.46 | 29.21 | 46.16 | - |
| YUV | 141.64 | 149.65 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 79 | 180 | 0 | 0.68 | 0.28 | 0.02 | 324.56 | 0.94 | 0.65 |
| Hex | FA | 4F | B4 | 0 | 44 | 1C | 2 | 145 | 5E | 41 |
| Octal | 372 | 117 | 264 | 0 | 104 | 34 | 2 | 505 | 136 | 101 |
| Binary | 11111010 | 1001111 | 10110100 | 0 | 1000100 | 11100 | 10 | 101000101 | 1011110 | 1000001 |
Color Harmonies of #FA4FB4
Complementary color
Monochromatic Colors of #FA4FB4
Black with #FA4FB4
Text Example
Text Example
White with #FA4FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4FB4; }
p { color: rgb(250,79,180); }
H1.HeaderClassName
{
color: #FA4FB4;
}
.AnyTagClassName
{
color: #FA4FB4;
}
</style>
background-color css
<style>
a { background-color: #FA4FB4; }
a { background-color: rgb(250,79,180); }
div.DivClassName
{
background-color: #FA4FB4;
}
.BgClassName
{
background-color: #FA4FB4;
}
</style>
border-color css
<style>
span { border-color: #FA4FB4; }
span { border-color: rgb(250,79,180); }
td.TdClassName
{
border-color: #FA4FB4;
}
.TagClassName
{
border-color: #FA4FB4;
}
</style>