#FF4041

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

Shades of Radical Red #FF4041

Tints of Radical Red #FF4041

Color information

#FF4041 (or 0xFF4041) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 41. RGB value is (255,64,65). Sum of RGB (Red+Green+Blue) = 255+64+65=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4041 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4041 is #00BFBE. Grayscale: #797979. Windows color (decimal): -49087 or 4276479. OLE color: 4276479.

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

Color convert

RGB2556465-
CMYK00.750.750
HSL359.69º100%62.55%-
HSV(B)359.69º74.9%100%-
XYZ44.0325.317.57-
YUV121.2296.28223.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.41%
GREEN value IS 64 (25.39% from 255) = 16.67%
BLUE value IS 65 (25.78% from 255) = 16.93%
R=66.41%
G=16.67%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255646500.750.750359.6910062.55
HexFF404104B4B0168643f
Octal3771001010113113055014477
Binary111111111000000100000101001011100101101011010001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4041; }

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

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

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

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

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

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

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

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