Shades of Radical Red #FD2F4A
Tints of Radical Red #FD2F4A
RGB
CMYK
RGB Variations
Color information
#FD2F4A (or 0xFD2F4A) is known color: Radical Red. HEX triplet: FD, 2F and 4A. RGB value is (253,47,74). Sum of RGB (Red+Green+Blue) = 253+47+74=374 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.65% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2F4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD2F4A is #02D0B5. Grayscale: #6F6F6F. Windows color (decimal): -184502 or 4861949. OLE color: 4861949.
HSL color Cylindrical-coordinate representation of color #FD2F4A: hue angle of 352.14º 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 #FD2F4A is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 47 | 74 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.01 |
| HSL | 352.14º | 0.98% | 0.59% | - |
| HSV(B) | 352.14º | 0.81% | 0.99% | - |
| XYZ | 42.76 | 23.41 | 8.74 | - |
| YUV | 111.67 | 106.75 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 47 | 74 | 0 | 0.81 | 0.71 | 0.01 | 352.14 | 0.98 | 0.59 |
| Hex | FD | 2F | 4A | 0 | 51 | 47 | 1 | 160 | 62 | 3B |
| Octal | 375 | 57 | 112 | 0 | 121 | 107 | 1 | 540 | 142 | 73 |
| Binary | 11111101 | 101111 | 1001010 | 0 | 1010001 | 1000111 | 1 | 101100000 | 1100010 | 111011 |
Color Harmonies of #FD2F4A
Complementary color
Monochromatic Colors of #FD2F4A
Black with #FD2F4A
Text Example
Text Example
White with #FD2F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2F4A; }
p { color: rgb(253,47,74); }
H1.HeaderClassName
{
color: #FD2F4A;
}
.AnyTagClassName
{
color: #FD2F4A;
}
</style>
background-color css
<style>
a { background-color: #FD2F4A; }
a { background-color: rgb(253,47,74); }
div.DivClassName
{
background-color: #FD2F4A;
}
.BgClassName
{
background-color: #FD2F4A;
}
</style>
border-color css
<style>
span { border-color: #FD2F4A; }
span { border-color: rgb(253,47,74); }
td.TdClassName
{
border-color: #FD2F4A;
}
.TagClassName
{
border-color: #FD2F4A;
}
</style>