#FC415D

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

Shades of Radical Red #FC415D

Tints of Radical Red #FC415D

Color information

#FC415D (or 0xFC415D) is unknown color: approx Radical Red. HEX triplet: FC, 41 and 5D. RGB value is (252,65,93). Sum of RGB (Red+Green+Blue) = 252+65+93=410 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.46% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 252 - color contains mainly: red. Hex color #FC415D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC415D is #03BEA2. Grayscale: #7C7C7C. Windows color (decimal): -245411 or 6111740. OLE color: 6111740.

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

Color convert

RGB2526593-
CMYK00.740.630.01
HSL351.02º96.89%62.16%-
HSV(B)351.02º74.21%98.82%-
XYZ44.0125.2712.91-
YUV124.1110.45219.22-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 61.46%
GREEN value IS 65 (25.78% from 255) = 15.85%
BLUE value IS 93 (36.72% from 255) = 22.68%
R=61.46%
G=15.85%
B=22.68%

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
Decimal252659300.740.630.01351.0296.8962.16
HexFC415D04A3F115f613e
Octal374101135011277153714176
Binary11111100100000110111010100101011111111010111111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC415D; }

 p { color: rgb(252,65,93); }

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

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

 a { background-color: rgb(252,65,93); }

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

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

 span { border-color: rgb(252,65,93); }

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