Shades of Radical Red #FD2F64
Tints of Radical Red #FD2F64
RGB
CMYK
RGB Variations
Color information
#FD2F64 (or 0xFD2F64) is known color: Radical Red. HEX triplet: FD, 2F and 64. RGB value is (253,47,100). Sum of RGB (Red+Green+Blue) = 253+47+100=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2F64 is #02D09B. Grayscale: #727272. Windows color (decimal): -184476 or 6565885. OLE color: 6565885.
HSL color Cylindrical-coordinate representation of color #FD2F64: hue angle of 344.56º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD2F64 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 47 | 100 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.01 |
| HSL | 344.56º | 0.98% | 0.59% | - |
| HSV(B) | 344.56º | 0.81% | 0.99% | - |
| XYZ | 43.82 | 23.84 | 14.35 | - |
| YUV | 114.64 | 119.75 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 47 | 100 | 0 | 0.81 | 0.60 | 0.01 | 344.56 | 0.98 | 0.59 |
| Hex | FD | 2F | 64 | 0 | 51 | 3C | 1 | 159 | 62 | 3B |
| Octal | 375 | 57 | 144 | 0 | 121 | 74 | 1 | 531 | 142 | 73 |
| Binary | 11111101 | 101111 | 1100100 | 0 | 1010001 | 111100 | 1 | 101011001 | 1100010 | 111011 |
Color Harmonies of #FD2F64
Complementary color
Monochromatic Colors of #FD2F64
Black with #FD2F64
Text Example
Text Example
White with #FD2F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2F64; }
p { color: rgb(253,47,100); }
H1.HeaderClassName
{
color: #FD2F64;
}
.AnyTagClassName
{
color: #FD2F64;
}
</style>
background-color css
<style>
a { background-color: #FD2F64; }
a { background-color: rgb(253,47,100); }
div.DivClassName
{
background-color: #FD2F64;
}
.BgClassName
{
background-color: #FD2F64;
}
</style>
border-color css
<style>
span { border-color: #FD2F64; }
span { border-color: rgb(253,47,100); }
td.TdClassName
{
border-color: #FD2F64;
}
.TagClassName
{
border-color: #FD2F64;
}
</style>