Shades of Brilliant Rose #FA45B2
Tints of Brilliant Rose #FA45B2
RGB
CMYK
RGB Variations
Color information
#FA45B2 (or 0xFA45B2) is known color: Brilliant Rose. HEX triplet: FA, 45 and B2. RGB value is (250,69,178). Sum of RGB (Red+Green+Blue) = 250+69+178=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 69 (27.34% from 255 or 13.88% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA45B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA45B2 is #05BA4D. Grayscale: #878787. Windows color (decimal): -375374 or 11683322. OLE color: 11683322.
HSL color Cylindrical-coordinate representation of color #FA45B2: hue angle of 323.87º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA45B2 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 178 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.02 |
| HSL | 323.87º | 0.95% | 0.63% | - |
| HSV(B) | 323.87º | 0.72% | 0.98% | - |
| XYZ | 49.59 | 27.79 | 44.87 | - |
| YUV | 135.55 | 151.97 | 209.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 178 | 0 | 0.72 | 0.29 | 0.02 | 323.87 | 0.95 | 0.63 |
| Hex | FA | 45 | B2 | 0 | 48 | 1D | 2 | 144 | 5F | 3F |
| Octal | 372 | 105 | 262 | 0 | 110 | 35 | 2 | 504 | 137 | 77 |
| Binary | 11111010 | 1000101 | 10110010 | 0 | 1001000 | 11101 | 10 | 101000100 | 1011111 | 111111 |
Color Harmonies of #FA45B2
Complementary color
Monochromatic Colors of #FA45B2
Black with #FA45B2
Text Example
Text Example
White with #FA45B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA45B2; }
p { color: rgb(250,69,178); }
H1.HeaderClassName
{
color: #FA45B2;
}
.AnyTagClassName
{
color: #FA45B2;
}
</style>
background-color css
<style>
a { background-color: #FA45B2; }
a { background-color: rgb(250,69,178); }
div.DivClassName
{
background-color: #FA45B2;
}
.BgClassName
{
background-color: #FA45B2;
}
</style>
border-color css
<style>
span { border-color: #FA45B2; }
span { border-color: rgb(250,69,178); }
td.TdClassName
{
border-color: #FA45B2;
}
.TagClassName
{
border-color: #FA45B2;
}
</style>