Shades of Radical Red #FF306B
Tints of Radical Red #FF306B
RGB
CMYK
RGB Variations
Color information
#FF306B (or 0xFF306B) is known color: Radical Red. HEX triplet: FF, 30 and 6B. RGB value is (255,48,107). Sum of RGB (Red+Green+Blue) = 255+48+107=410 (54% of max value = 765). Red value is 255 (100% from 255 or 62.20% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 107 (42.19% from 255 or 26.10% from 410); Max value from RGB is 255 - color contains mainly: red. Hex color #FF306B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF306B is #00CF94. Grayscale: #747474. Windows color (decimal): -53141 or 7024895. OLE color: 7024895.
HSL color Cylindrical-coordinate representation of color #FF306B: hue angle of 342.9º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF306B is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 48 | 107 | - |
| CMYK | 0 | 0.81 | 0.58 | 0 |
| HSL | 342.9º | 1% | 0.59% | - |
| HSV(B) | 342.9º | 0.81% | 1% | - |
| XYZ | 44.95 | 24.44 | 16.26 | - |
| YUV | 116.62 | 122.58 | 226.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 48 | 107 | 0 | 0.81 | 0.58 | 0 | 342.9 | 1 | 0.59 |
| Hex | FF | 30 | 6B | 0 | 51 | 3A | 0 | 157 | 64 | 3B |
| Octal | 377 | 60 | 153 | 0 | 121 | 72 | 0 | 527 | 144 | 73 |
| Binary | 11111111 | 110000 | 1101011 | 0 | 1010001 | 111010 | 0 | 101010111 | 1100100 | 111011 |
Color Harmonies of #FF306B
Complementary color
Monochromatic Colors of #FF306B
Black with #FF306B
Text Example
Text Example
White with #FF306B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF306B; }
p { color: rgb(255,48,107); }
H1.HeaderClassName
{
color: #FF306B;
}
.AnyTagClassName
{
color: #FF306B;
}
</style>
background-color css
<style>
a { background-color: #FF306B; }
a { background-color: rgb(255,48,107); }
div.DivClassName
{
background-color: #FF306B;
}
.BgClassName
{
background-color: #FF306B;
}
</style>
border-color css
<style>
span { border-color: #FF306B; }
span { border-color: rgb(255,48,107); }
td.TdClassName
{
border-color: #FF306B;
}
.TagClassName
{
border-color: #FF306B;
}
</style>