Shades of Brilliant Rose #FB43A6
Tints of Brilliant Rose #FB43A6
RGB
CMYK
RGB Variations
Color information
#FB43A6 (or 0xFB43A6) is known color: Brilliant Rose. HEX triplet: FB, 43 and A6. RGB value is (251,67,166). Sum of RGB (Red+Green+Blue) = 251+67+166=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 67 (26.56% from 255 or 13.84% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB43A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB43A6 is #04BC59. Grayscale: #858585. Windows color (decimal): -310362 or 10896379. OLE color: 10896379.
HSL color Cylindrical-coordinate representation of color #FB43A6: hue angle of 327.72º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB43A6 is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 166 | - |
| CMYK | 0 | 0.73 | 0.34 | 0.02 |
| HSL | 327.72º | 0.96% | 0.62% | - |
| HSV(B) | 327.72º | 0.73% | 0.98% | - |
| XYZ | 48.67 | 27.28 | 38.78 | - |
| YUV | 133.3 | 146.46 | 211.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 166 | 0 | 0.73 | 0.34 | 0.02 | 327.72 | 0.96 | 0.62 |
| Hex | FB | 43 | A6 | 0 | 49 | 22 | 2 | 148 | 60 | 3E |
| Octal | 373 | 103 | 246 | 0 | 111 | 42 | 2 | 510 | 140 | 76 |
| Binary | 11111011 | 1000011 | 10100110 | 0 | 1001001 | 100010 | 10 | 101001000 | 1100000 | 111110 |
Color Harmonies of #FB43A6
Complementary color
Monochromatic Colors of #FB43A6
Black with #FB43A6
Text Example
Text Example
White with #FB43A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB43A6; }
p { color: rgb(251,67,166); }
H1.HeaderClassName
{
color: #FB43A6;
}
.AnyTagClassName
{
color: #FB43A6;
}
</style>
background-color css
<style>
a { background-color: #FB43A6; }
a { background-color: rgb(251,67,166); }
div.DivClassName
{
background-color: #FB43A6;
}
.BgClassName
{
background-color: #FB43A6;
}
</style>
border-color css
<style>
span { border-color: #FB43A6; }
span { border-color: rgb(251,67,166); }
td.TdClassName
{
border-color: #FB43A6;
}
.TagClassName
{
border-color: #FB43A6;
}
</style>