#FF415B

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

Shades of Radical Red #FF415B

Tints of Radical Red #FF415B

Color information

#FF415B (or 0xFF415B) is unknown color: approx Radical Red. HEX triplet: FF, 41 and 5B. RGB value is (255,65,91). Sum of RGB (Red+Green+Blue) = 255+65+91=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 91 (35.94% from 255 or 22.14% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF415B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF415B is #00BEA4. Grayscale: #7C7C7C. Windows color (decimal): -48805 or 5980671. OLE color: 5980671.

HSL color Cylindrical-coordinate representation of color #FF415B: hue angle of 351.79º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF415B is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB2556591-
CMYK00.750.640
HSL351.79º100%62.75%-
HSV(B)351.79º74.51%100%-
XYZ45.0225.812.5-
YUV124.77108.95220.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.04%
GREEN value IS 65 (25.78% from 255) = 15.82%
BLUE value IS 91 (35.94% from 255) = 22.14%
R=62.04%
G=15.82%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255659100.750.640351.7910062.75
HexFF415B04B400160643f
Octal3771011330113100054014477
Binary111111111000001101101101001011100000001011000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF415B; }

 p { color: rgb(255,65,91); }

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

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

 a { background-color: rgb(255,65,91); }

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

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

 span { border-color: rgb(255,65,91); }

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