Shades of Radical Red #FB4271
Tints of Radical Red #FB4271
RGB
CMYK
RGB Variations
Color information
#FB4271 (or 0xFB4271) is known color: Radical Red. HEX triplet: FB, 42 and 71. RGB value is (251,66,113). Sum of RGB (Red+Green+Blue) = 251+66+113=430 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.37% from 430); Green value is 66 (26.17% from 255 or 15.35% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4271 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4271 is #04BD8E. Grayscale: #7E7E7E. Windows color (decimal): -310671 or 7422715. OLE color: 7422715.
HSL color Cylindrical-coordinate representation of color #FB4271: hue angle of 344.76º 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 #FB4271 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 113 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.02 |
| HSL | 344.76º | 0.96% | 0.62% | - |
| HSV(B) | 344.76º | 0.74% | 0.98% | - |
| XYZ | 44.71 | 25.6 | 18.21 | - |
| YUV | 126.67 | 120.29 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 113 | 0 | 0.74 | 0.55 | 0.02 | 344.76 | 0.96 | 0.62 |
| Hex | FB | 42 | 71 | 0 | 4A | 37 | 2 | 159 | 60 | 3E |
| Octal | 373 | 102 | 161 | 0 | 112 | 67 | 2 | 531 | 140 | 76 |
| Binary | 11111011 | 1000010 | 1110001 | 0 | 1001010 | 110111 | 10 | 101011001 | 1100000 | 111110 |
Color Harmonies of #FB4271
Complementary color
Monochromatic Colors of #FB4271
Black with #FB4271
Text Example
Text Example
White with #FB4271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4271; }
p { color: rgb(251,66,113); }
H1.HeaderClassName
{
color: #FB4271;
}
.AnyTagClassName
{
color: #FB4271;
}
</style>
background-color css
<style>
a { background-color: #FB4271; }
a { background-color: rgb(251,66,113); }
div.DivClassName
{
background-color: #FB4271;
}
.BgClassName
{
background-color: #FB4271;
}
</style>
border-color css
<style>
span { border-color: #FB4271; }
span { border-color: rgb(251,66,113); }
td.TdClassName
{
border-color: #FB4271;
}
.TagClassName
{
border-color: #FB4271;
}
</style>