#FD415E

Color #FD415E Radical Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Radical Red #FD415E

Tints of Radical Red #FD415E

Color information

#FD415E (or 0xFD415E) is unknown color: approx Radical Red. HEX triplet: FD, 41 and 5E. RGB value is (253,65,94). Sum of RGB (Red+Green+Blue) = 253+65+94=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 94 (37.11% from 255 or 22.82% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD415E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD415E is #02BEA1. Grayscale: #7C7C7C. Windows color (decimal): -179874 or 6177277. OLE color: 6177277.

HSL color Cylindrical-coordinate representation of color #FD415E: hue angle of 350.74º 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 #FD415E is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB2536594-
CMYK00.740.630.01
HSL350.74º97.92%62.35%-
HSV(B)350.74º74.31%99.22%-
XYZ44.4225.4713.17-
YUV124.52110.78219.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 61.41%
GREEN value IS 65 (25.78% from 255) = 15.78%
BLUE value IS 94 (37.11% from 255) = 22.82%
R=61.41%
G=15.78%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253659400.740.630.01350.7497.9262.35
HexFD415E04A3F115f623e
Octal375101136011277153714276
Binary11111101100000110111100100101011111111010111111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD415E; }

 p { color: rgb(253,65,94); }

 H1.HeaderClassName
 {
   color: #FD415E;
 }
 .AnyTagClassName
 {
   color: #FD415E;
 }
</style>
background-color css

<style>
 a { background-color: #FD415E; }

 a { background-color: rgb(253,65,94); }

 div.DivClassName
 {
   background-color: #FD415E;
 }
 .BgClassName
 {
   background-color: #FD415E;
 }
</style>
border-color css

<style>
 span { border-color: #FD415E; }

 span { border-color: rgb(253,65,94); }

 td.TdClassName
 {
   border-color: #FD415E;
 }
 .TagClassName
 {
   border-color: #FD415E;
 }
</style>