Shades of Radical Red #FB4069
Tints of Radical Red #FB4069
RGB
CMYK
RGB Variations
Color information
#FB4069 (or 0xFB4069) is known color: Radical Red. HEX triplet: FB, 40 and 69. RGB value is (251,64,105). Sum of RGB (Red+Green+Blue) = 251+64+105=420 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.76% from 420); Green value is 64 (25.39% from 255 or 15.24% from 420); Blue value is 105 (41.41% from 255 or 25% from 420); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4069 is #04BF96. Grayscale: #7C7C7C. Windows color (decimal): -311191 or 6897915. OLE color: 6897915.
HSL color Cylindrical-coordinate representation of color #FB4069: hue angle of 346.84º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB4069 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 105 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.02 |
| HSL | 346.84º | 0.96% | 0.62% | - |
| HSV(B) | 346.84º | 0.75% | 0.98% | - |
| XYZ | 44.17 | 25.2 | 15.9 | - |
| YUV | 124.59 | 116.95 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 105 | 0 | 0.75 | 0.58 | 0.02 | 346.84 | 0.96 | 0.62 |
| Hex | FB | 40 | 69 | 0 | 4B | 3A | 2 | 15B | 60 | 3E |
| Octal | 373 | 100 | 151 | 0 | 113 | 72 | 2 | 533 | 140 | 76 |
| Binary | 11111011 | 1000000 | 1101001 | 0 | 1001011 | 111010 | 10 | 101011011 | 1100000 | 111110 |
Color Harmonies of #FB4069
Complementary color
Monochromatic Colors of #FB4069
Black with #FB4069
Text Example
Text Example
White with #FB4069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4069; }
p { color: rgb(251,64,105); }
H1.HeaderClassName
{
color: #FB4069;
}
.AnyTagClassName
{
color: #FB4069;
}
</style>
background-color css
<style>
a { background-color: #FB4069; }
a { background-color: rgb(251,64,105); }
div.DivClassName
{
background-color: #FB4069;
}
.BgClassName
{
background-color: #FB4069;
}
</style>
border-color css
<style>
span { border-color: #FB4069; }
span { border-color: rgb(251,64,105); }
td.TdClassName
{
border-color: #FB4069;
}
.TagClassName
{
border-color: #FB4069;
}
</style>