Shades of Brilliant Rose #FA40B0
Tints of Brilliant Rose #FA40B0
RGB
CMYK
RGB Variations
Color information
#FA40B0 (or 0xFA40B0) is known color: Brilliant Rose. HEX triplet: FA, 40 and B0. RGB value is (250,64,176). Sum of RGB (Red+Green+Blue) = 250+64+176=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 64 (25.39% from 255 or 13.06% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA40B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA40B0 is #05BF4F. Grayscale: #848484. Windows color (decimal): -376656 or 11550970. OLE color: 11550970.
HSL color Cylindrical-coordinate representation of color #FA40B0: hue angle of 323.87º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA40B0 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 176 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.02 |
| HSL | 323.87º | 0.95% | 0.62% | - |
| HSV(B) | 323.87º | 0.74% | 0.98% | - |
| XYZ | 49.09 | 27.13 | 43.72 | - |
| YUV | 132.38 | 152.62 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 176 | 0 | 0.74 | 0.30 | 0.02 | 323.87 | 0.95 | 0.62 |
| Hex | FA | 40 | B0 | 0 | 4A | 1E | 2 | 144 | 5F | 3E |
| Octal | 372 | 100 | 260 | 0 | 112 | 36 | 2 | 504 | 137 | 76 |
| Binary | 11111010 | 1000000 | 10110000 | 0 | 1001010 | 11110 | 10 | 101000100 | 1011111 | 111110 |
Color Harmonies of #FA40B0
Complementary color
Monochromatic Colors of #FA40B0
Black with #FA40B0
Text Example
Text Example
White with #FA40B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA40B0; }
p { color: rgb(250,64,176); }
H1.HeaderClassName
{
color: #FA40B0;
}
.AnyTagClassName
{
color: #FA40B0;
}
</style>
background-color css
<style>
a { background-color: #FA40B0; }
a { background-color: rgb(250,64,176); }
div.DivClassName
{
background-color: #FA40B0;
}
.BgClassName
{
background-color: #FA40B0;
}
</style>
border-color css
<style>
span { border-color: #FA40B0; }
span { border-color: rgb(250,64,176); }
td.TdClassName
{
border-color: #FA40B0;
}
.TagClassName
{
border-color: #FA40B0;
}
</style>