Shades of Radical Red #FD415C
Tints of Radical Red #FD415C
RGB
CMYK
RGB Variations
Color information
#FD415C (or 0xFD415C) is known color: Radical Red. HEX triplet: FD, 41 and 5C. RGB value is (253,65,92). Sum of RGB (Red+Green+Blue) = 253+65+92=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD415C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD415C is #02BEA3. Grayscale: #7C7C7C. Windows color (decimal): -179876 or 6046205. OLE color: 6046205.
HSL color Cylindrical-coordinate representation of color #FD415C: hue angle of 351.38º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD415C is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 92 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.01 |
| HSL | 351.38º | 0.98% | 0.62% | - |
| HSV(B) | 351.38º | 0.74% | 0.99% | - |
| XYZ | 44.33 | 25.44 | 12.7 | - |
| YUV | 124.29 | 109.78 | 219.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 92 | 0 | 0.74 | 0.64 | 0.01 | 351.38 | 0.98 | 0.62 |
| Hex | FD | 41 | 5C | 0 | 4A | 40 | 1 | 15F | 62 | 3E |
| Octal | 375 | 101 | 134 | 0 | 112 | 100 | 1 | 537 | 142 | 76 |
| Binary | 11111101 | 1000001 | 1011100 | 0 | 1001010 | 1000000 | 1 | 101011111 | 1100010 | 111110 |
Color Harmonies of #FD415C
Complementary color
Monochromatic Colors of #FD415C
Black with #FD415C
Text Example
Text Example
White with #FD415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD415C; }
p { color: rgb(253,65,92); }
H1.HeaderClassName
{
color: #FD415C;
}
.AnyTagClassName
{
color: #FD415C;
}
</style>
background-color css
<style>
a { background-color: #FD415C; }
a { background-color: rgb(253,65,92); }
div.DivClassName
{
background-color: #FD415C;
}
.BgClassName
{
background-color: #FD415C;
}
</style>
border-color css
<style>
span { border-color: #FD415C; }
span { border-color: rgb(253,65,92); }
td.TdClassName
{
border-color: #FD415C;
}
.TagClassName
{
border-color: #FD415C;
}
</style>