#FF4163

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

Shades of Radical Red #FF4163

Tints of Radical Red #FF4163

Color information

#FF4163 (or 0xFF4163) is unknown color: approx Radical Red. HEX triplet: FF, 41 and 63. RGB value is (255,65,99). Sum of RGB (Red+Green+Blue) = 255+65+99=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4163 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4163 is #00BE9C. Grayscale: #7D7D7D. Windows color (decimal): -48797 or 6504959. OLE color: 6504959.

HSL color Cylindrical-coordinate representation of color #FF4163: hue angle of 349.26º 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 #FF4163 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.

Color convert

RGB2556599-
CMYK00.750.610
HSL349.26º100%62.75%-
HSV(B)349.26º74.51%100%-
XYZ45.3825.9414.42-
YUV125.69112.95220.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.86%
GREEN value IS 65 (25.78% from 255) = 15.51%
BLUE value IS 99 (39.06% from 255) = 23.63%
R=60.86%
G=15.51%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255659900.750.610349.2610062.75
HexFF416304B3D015d643f
Octal377101143011375053514477
Binary11111111100000111000110100101111110101010111011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4163; }

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

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

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

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

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

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

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

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