Shades of Brilliant Rose #FB43AF
Tints of Brilliant Rose #FB43AF
RGB
CMYK
RGB Variations
Color information
#FB43AF (or 0xFB43AF) is known color: Brilliant Rose. HEX triplet: FB, 43 and AF. RGB value is (251,67,175). Sum of RGB (Red+Green+Blue) = 251+67+175=493 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.91% from 493); Green value is 67 (26.56% from 255 or 13.59% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 251 - color contains mainly: red. Hex color #FB43AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB43AF is #04BC50. Grayscale: #868686. Windows color (decimal): -310353 or 11486203. OLE color: 11486203.
HSL color Cylindrical-coordinate representation of color #FB43AF: hue angle of 324.78º 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 #FB43AF is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 67 | 175 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.02 |
| HSL | 324.78º | 0.96% | 0.62% | - |
| HSV(B) | 324.78º | 0.73% | 0.98% | - |
| XYZ | 49.53 | 27.62 | 43.28 | - |
| YUV | 134.33 | 150.96 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 67 | 175 | 0 | 0.73 | 0.30 | 0.02 | 324.78 | 0.96 | 0.62 |
| Hex | FB | 43 | AF | 0 | 49 | 1E | 2 | 145 | 60 | 3E |
| Octal | 373 | 103 | 257 | 0 | 111 | 36 | 2 | 505 | 140 | 76 |
| Binary | 11111011 | 1000011 | 10101111 | 0 | 1001001 | 11110 | 10 | 101000101 | 1100000 | 111110 |
Color Harmonies of #FB43AF
Complementary color
Monochromatic Colors of #FB43AF
Black with #FB43AF
Text Example
Text Example
White with #FB43AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB43AF; }
p { color: rgb(251,67,175); }
H1.HeaderClassName
{
color: #FB43AF;
}
.AnyTagClassName
{
color: #FB43AF;
}
</style>
background-color css
<style>
a { background-color: #FB43AF; }
a { background-color: rgb(251,67,175); }
div.DivClassName
{
background-color: #FB43AF;
}
.BgClassName
{
background-color: #FB43AF;
}
</style>
border-color css
<style>
span { border-color: #FB43AF; }
span { border-color: rgb(251,67,175); }
td.TdClassName
{
border-color: #FB43AF;
}
.TagClassName
{
border-color: #FB43AF;
}
</style>