Shades of Radical Red #FB4263
Tints of Radical Red #FB4263
RGB
CMYK
RGB Variations
Color information
#FB4263 (or 0xFB4263) is known color: Radical Red. HEX triplet: FB, 42 and 63. RGB value is (251,66,99). Sum of RGB (Red+Green+Blue) = 251+66+99=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4263 is #04BD9C. Grayscale: #7D7D7D. Windows color (decimal): -310685 or 6505211. OLE color: 6505211.
HSL color Cylindrical-coordinate representation of color #FB4263: hue angle of 349.3º 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 #FB4263 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 99 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.02 |
| HSL | 349.3º | 0.96% | 0.62% | - |
| HSV(B) | 349.3º | 0.74% | 0.98% | - |
| XYZ | 43.98 | 25.31 | 14.37 | - |
| YUV | 125.08 | 113.29 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 99 | 0 | 0.74 | 0.61 | 0.02 | 349.3 | 0.96 | 0.62 |
| Hex | FB | 42 | 63 | 0 | 4A | 3D | 2 | 15D | 60 | 3E |
| Octal | 373 | 102 | 143 | 0 | 112 | 75 | 2 | 535 | 140 | 76 |
| Binary | 11111011 | 1000010 | 1100011 | 0 | 1001010 | 111101 | 10 | 101011101 | 1100000 | 111110 |
Color Harmonies of #FB4263
Complementary color
Monochromatic Colors of #FB4263
Black with #FB4263
Text Example
Text Example
White with #FB4263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4263; }
p { color: rgb(251,66,99); }
H1.HeaderClassName
{
color: #FB4263;
}
.AnyTagClassName
{
color: #FB4263;
}
</style>
background-color css
<style>
a { background-color: #FB4263; }
a { background-color: rgb(251,66,99); }
div.DivClassName
{
background-color: #FB4263;
}
.BgClassName
{
background-color: #FB4263;
}
</style>
border-color css
<style>
span { border-color: #FB4263; }
span { border-color: rgb(251,66,99); }
td.TdClassName
{
border-color: #FB4263;
}
.TagClassName
{
border-color: #FB4263;
}
</style>