Shades of Radical Red #FB305F
Tints of Radical Red #FB305F
RGB
CMYK
RGB Variations
Color information
#FB305F (or 0xFB305F) is known color: Radical Red. HEX triplet: FB, 30 and 5F. RGB value is (251,48,95). Sum of RGB (Red+Green+Blue) = 251+48+95=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB305F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB305F is #04CFA0. Grayscale: #727272. Windows color (decimal): -315297 or 6238459. OLE color: 6238459.
HSL color Cylindrical-coordinate representation of color #FB305F: hue angle of 346.11º 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 #FB305F is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 95 | - |
| CMYK | 0 | 0.81 | 0.62 | 0.02 |
| HSL | 346.11º | 0.96% | 0.59% | - |
| HSV(B) | 346.11º | 0.81% | 0.98% | - |
| XYZ | 42.91 | 23.45 | 13.09 | - |
| YUV | 114.06 | 117.25 | 225.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 95 | 0 | 0.81 | 0.62 | 0.02 | 346.11 | 0.96 | 0.59 |
| Hex | FB | 30 | 5F | 0 | 51 | 3E | 2 | 15A | 60 | 3B |
| Octal | 373 | 60 | 137 | 0 | 121 | 76 | 2 | 532 | 140 | 73 |
| Binary | 11111011 | 110000 | 1011111 | 0 | 1010001 | 111110 | 10 | 101011010 | 1100000 | 111011 |
Color Harmonies of #FB305F
Complementary color
Monochromatic Colors of #FB305F
Black with #FB305F
Text Example
Text Example
White with #FB305F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB305F; }
p { color: rgb(251,48,95); }
H1.HeaderClassName
{
color: #FB305F;
}
.AnyTagClassName
{
color: #FB305F;
}
</style>
background-color css
<style>
a { background-color: #FB305F; }
a { background-color: rgb(251,48,95); }
div.DivClassName
{
background-color: #FB305F;
}
.BgClassName
{
background-color: #FB305F;
}
</style>
border-color css
<style>
span { border-color: #FB305F; }
span { border-color: rgb(251,48,95); }
td.TdClassName
{
border-color: #FB305F;
}
.TagClassName
{
border-color: #FB305F;
}
</style>