Shades of Radical Red #FB426C
Tints of Radical Red #FB426C
RGB
CMYK
RGB Variations
Color information
#FB426C (or 0xFB426C) is known color: Radical Red. HEX triplet: FB, 42 and 6C. RGB value is (251,66,108). Sum of RGB (Red+Green+Blue) = 251+66+108=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 108 (42.58% from 255 or 25.41% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB426C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB426C is #04BD93. Grayscale: #7E7E7E. Windows color (decimal): -310676 or 7095035. OLE color: 7095035.
HSL color Cylindrical-coordinate representation of color #FB426C: hue angle of 346.38º 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 #FB426C is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 108 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.02 |
| HSL | 346.38º | 0.96% | 0.62% | - |
| HSV(B) | 346.38º | 0.74% | 0.98% | - |
| XYZ | 44.44 | 25.49 | 16.76 | - |
| YUV | 126.1 | 117.79 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 108 | 0 | 0.74 | 0.57 | 0.02 | 346.38 | 0.96 | 0.62 |
| Hex | FB | 42 | 6C | 0 | 4A | 39 | 2 | 15A | 60 | 3E |
| Octal | 373 | 102 | 154 | 0 | 112 | 71 | 2 | 532 | 140 | 76 |
| Binary | 11111011 | 1000010 | 1101100 | 0 | 1001010 | 111001 | 10 | 101011010 | 1100000 | 111110 |
Color Harmonies of #FB426C
Complementary color
Monochromatic Colors of #FB426C
Black with #FB426C
Text Example
Text Example
White with #FB426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB426C; }
p { color: rgb(251,66,108); }
H1.HeaderClassName
{
color: #FB426C;
}
.AnyTagClassName
{
color: #FB426C;
}
</style>
background-color css
<style>
a { background-color: #FB426C; }
a { background-color: rgb(251,66,108); }
div.DivClassName
{
background-color: #FB426C;
}
.BgClassName
{
background-color: #FB426C;
}
</style>
border-color css
<style>
span { border-color: #FB426C; }
span { border-color: rgb(251,66,108); }
td.TdClassName
{
border-color: #FB426C;
}
.TagClassName
{
border-color: #FB426C;
}
</style>