Shades of Magenta #FB14F2
Tints of Magenta #FB14F2
RGB
CMYK
RGB Variations
Color information
#FB14F2 (or 0xFB14F2) is known color: Magenta. HEX triplet: FB, 14 and F2. RGB value is (251,20,242). Sum of RGB (Red+Green+Blue) = 251+20+242=513 (67% of max value = 765). Red value is 251 (98.44% from 255 or 48.93% from 513); Green value is 20 (8.20% from 255 or 3.90% from 513); Blue value is 242 (94.92% from 255 or 47.17% from 513); Max value from RGB is 251 - color contains mainly: red. Hex color #FB14F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FB14F2 is #04EB0D. Grayscale: #717171. Windows color (decimal): -322318 or 15865083. OLE color: 15865083.
HSL color Cylindrical-coordinate representation of color #FB14F2: hue angle of 302.34º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB14F2 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 242 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.02 |
| HSL | 302.34º | 0.97% | 0.53% | - |
| HSV(B) | 302.34º | 0.92% | 0.98% | - |
| XYZ | 56.06 | 27.42 | 86.34 | - |
| YUV | 114.38 | 200.03 | 225.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 242 | 0 | 0.92 | 0.04 | 0.02 | 302.34 | 0.97 | 0.53 |
| Hex | FB | 14 | F2 | 0 | 5C | 4 | 2 | 12E | 61 | 35 |
| Octal | 373 | 24 | 362 | 0 | 134 | 4 | 2 | 456 | 141 | 65 |
| Binary | 11111011 | 10100 | 11110010 | 0 | 1011100 | 100 | 10 | 100101110 | 1100001 | 110101 |
Color Harmonies of #FB14F2
Complementary color
Monochromatic Colors of #FB14F2
Black with #FB14F2
Text Example
Text Example
White with #FB14F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB14F2; }
p { color: rgb(251,20,242); }
H1.HeaderClassName
{
color: #FB14F2;
}
.AnyTagClassName
{
color: #FB14F2;
}
</style>
background-color css
<style>
a { background-color: #FB14F2; }
a { background-color: rgb(251,20,242); }
div.DivClassName
{
background-color: #FB14F2;
}
.BgClassName
{
background-color: #FB14F2;
}
</style>
border-color css
<style>
span { border-color: #FB14F2; }
span { border-color: rgb(251,20,242); }
td.TdClassName
{
border-color: #FB14F2;
}
.TagClassName
{
border-color: #FB14F2;
}
</style>