Shades of Brilliant Rose #FB41AF
Tints of Brilliant Rose #FB41AF
RGB
CMYK
RGB Variations
Color information
#FB41AF (or 0xFB41AF) is known color: Brilliant Rose. HEX triplet: FB, 41 and AF. RGB value is (251,65,175). Sum of RGB (Red+Green+Blue) = 251+65+175=491 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.12% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 251 - color contains mainly: red. Hex color #FB41AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB41AF is #04BE50. Grayscale: #848484. Windows color (decimal): -310865 or 11485691. OLE color: 11485691.
HSL color Cylindrical-coordinate representation of color #FB41AF: hue angle of 324.52º degrees, saturation: 0.96, 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 #FB41AF is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 175 | - |
| CMYK | 0 | 0.74 | 0.30 | 0.02 |
| HSL | 324.52º | 0.96% | 0.62% | - |
| HSV(B) | 324.52º | 0.74% | 0.98% | - |
| XYZ | 49.41 | 27.38 | 43.24 | - |
| YUV | 133.15 | 151.62 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 175 | 0 | 0.74 | 0.30 | 0.02 | 324.52 | 0.96 | 0.62 |
| Hex | FB | 41 | AF | 0 | 4A | 1E | 2 | 145 | 60 | 3E |
| Octal | 373 | 101 | 257 | 0 | 112 | 36 | 2 | 505 | 140 | 76 |
| Binary | 11111011 | 1000001 | 10101111 | 0 | 1001010 | 11110 | 10 | 101000101 | 1100000 | 111110 |
Color Harmonies of #FB41AF
Complementary color
Monochromatic Colors of #FB41AF
Black with #FB41AF
Text Example
Text Example
White with #FB41AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB41AF; }
p { color: rgb(251,65,175); }
H1.HeaderClassName
{
color: #FB41AF;
}
.AnyTagClassName
{
color: #FB41AF;
}
</style>
background-color css
<style>
a { background-color: #FB41AF; }
a { background-color: rgb(251,65,175); }
div.DivClassName
{
background-color: #FB41AF;
}
.BgClassName
{
background-color: #FB41AF;
}
</style>
border-color css
<style>
span { border-color: #FB41AF; }
span { border-color: rgb(251,65,175); }
td.TdClassName
{
border-color: #FB41AF;
}
.TagClassName
{
border-color: #FB41AF;
}
</style>