Shades of Radical Red #FB4253
Tints of Radical Red #FB4253
RGB
CMYK
RGB Variations
Color information
#FB4253 (or 0xFB4253) is known color: Radical Red. HEX triplet: FB, 42 and 53. RGB value is (251,66,83). Sum of RGB (Red+Green+Blue) = 251+66+83=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 83 (32.81% from 255 or 20.75% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4253 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4253 is #04BDAC. Grayscale: #7B7B7B. Windows color (decimal): -310701 or 5456635. OLE color: 5456635.
HSL color Cylindrical-coordinate representation of color #FB4253: hue angle of 354.49º 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 #FB4253 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 83 | - |
| CMYK | 0 | 0.74 | 0.67 | 0.02 |
| HSL | 354.49º | 0.96% | 0.62% | - |
| HSV(B) | 354.49º | 0.74% | 0.98% | - |
| XYZ | 43.29 | 25.03 | 10.73 | - |
| YUV | 123.25 | 105.29 | 219.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 83 | 0 | 0.74 | 0.67 | 0.02 | 354.49 | 0.96 | 0.62 |
| Hex | FB | 42 | 53 | 0 | 4A | 43 | 2 | 162 | 60 | 3E |
| Octal | 373 | 102 | 123 | 0 | 112 | 103 | 2 | 542 | 140 | 76 |
| Binary | 11111011 | 1000010 | 1010011 | 0 | 1001010 | 1000011 | 10 | 101100010 | 1100000 | 111110 |
Color Harmonies of #FB4253
Complementary color
Monochromatic Colors of #FB4253
Black with #FB4253
Text Example
Text Example
White with #FB4253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4253; }
p { color: rgb(251,66,83); }
H1.HeaderClassName
{
color: #FB4253;
}
.AnyTagClassName
{
color: #FB4253;
}
</style>
background-color css
<style>
a { background-color: #FB4253; }
a { background-color: rgb(251,66,83); }
div.DivClassName
{
background-color: #FB4253;
}
.BgClassName
{
background-color: #FB4253;
}
</style>
border-color css
<style>
span { border-color: #FB4253; }
span { border-color: rgb(251,66,83); }
td.TdClassName
{
border-color: #FB4253;
}
.TagClassName
{
border-color: #FB4253;
}
</style>