#FF4048

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

Shades of Radical Red #FF4048

Tints of Radical Red #FF4048

Color information

#FF4048 (or 0xFF4048) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 48. RGB value is (255,64,72). Sum of RGB (Red+Green+Blue) = 255+64+72=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4048 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4048 is #00BFB7. Grayscale: #7A7A7A. Windows color (decimal): -49080 or 4735231. OLE color: 4735231.

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

Color convert

RGB2556472-
CMYK00.750.720
HSL357.49º100%62.55%-
HSV(B)357.49º74.9%100%-
XYZ44.2425.398.7-
YUV122.0299.78222.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.22%
GREEN value IS 64 (25.39% from 255) = 16.37%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=65.22%
G=16.37%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255647200.750.720357.4910062.55
HexFF404804B480165643f
Octal3771001100113110054514477
Binary111111111000000100100001001011100100001011001011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4048; }

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

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

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

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

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

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

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

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