Shades of Radical Red #FB306F
Tints of Radical Red #FB306F
RGB
CMYK
RGB Variations
Color information
#FB306F (or 0xFB306F) is known color: Radical Red. HEX triplet: FB, 30 and 6F. RGB value is (251,48,111). Sum of RGB (Red+Green+Blue) = 251+48+111=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB306F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB306F is #04CF90. Grayscale: #737373. Windows color (decimal): -315281 or 7287035. OLE color: 7287035.
HSL color Cylindrical-coordinate representation of color #FB306F: hue angle of 341.38º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB306F is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 111 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.02 |
| HSL | 341.38º | 0.96% | 0.59% | - |
| HSV(B) | 341.38º | 0.81% | 0.98% | - |
| XYZ | 43.71 | 23.77 | 17.32 | - |
| YUV | 115.88 | 125.25 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 111 | 0 | 0.81 | 0.56 | 0.02 | 341.38 | 0.96 | 0.59 |
| Hex | FB | 30 | 6F | 0 | 51 | 38 | 2 | 155 | 60 | 3B |
| Octal | 373 | 60 | 157 | 0 | 121 | 70 | 2 | 525 | 140 | 73 |
| Binary | 11111011 | 110000 | 1101111 | 0 | 1010001 | 111000 | 10 | 101010101 | 1100000 | 111011 |
Color Harmonies of #FB306F
Complementary color
Monochromatic Colors of #FB306F
Black with #FB306F
Text Example
Text Example
White with #FB306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB306F; }
p { color: rgb(251,48,111); }
H1.HeaderClassName
{
color: #FB306F;
}
.AnyTagClassName
{
color: #FB306F;
}
</style>
background-color css
<style>
a { background-color: #FB306F; }
a { background-color: rgb(251,48,111); }
div.DivClassName
{
background-color: #FB306F;
}
.BgClassName
{
background-color: #FB306F;
}
</style>
border-color css
<style>
span { border-color: #FB306F; }
span { border-color: rgb(251,48,111); }
td.TdClassName
{
border-color: #FB306F;
}
.TagClassName
{
border-color: #FB306F;
}
</style>