#FF4155

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

Shades of Radical Red #FF4155

Tints of Radical Red #FF4155

Color information

#FF4155 (or 0xFF4155) is unknown color: approx Radical Red. HEX triplet: FF, 41 and 55. RGB value is (255,65,85). Sum of RGB (Red+Green+Blue) = 255+65+85=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 85 (33.59% from 255 or 20.99% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4155 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4155 is #00BEAA. Grayscale: #7C7C7C. Windows color (decimal): -48811 or 5587455. OLE color: 5587455.

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

Color convert

RGB2556585-
CMYK00.750.670
HSL353.68º100%62.75%-
HSV(B)353.68º74.51%100%-
XYZ44.7725.711.19-
YUV124.09105.95221.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.96%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 85 (33.59% from 255) = 20.99%
R=62.96%
G=16.05%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255658500.750.670353.6810062.75
HexFF415504B430162643f
Octal3771011250113103054214477
Binary111111111000001101010101001011100001101011000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4155; }

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

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

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

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

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

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

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

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