#FF4047

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

Shades of Radical Red #FF4047

Tints of Radical Red #FF4047

Color information

#FF4047 (or 0xFF4047) is unknown color: approx Radical Red. HEX triplet: FF, 40 and 47. RGB value is (255,64,71). Sum of RGB (Red+Green+Blue) = 255+64+71=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4047 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4047 is #00BFB8. Grayscale: #7A7A7A. Windows color (decimal): -49081 or 4669695. OLE color: 4669695.

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

Color convert

RGB2556471-
CMYK00.750.720
HSL357.8º100%62.55%-
HSV(B)357.8º74.9%100%-
XYZ44.2125.388.53-
YUV121.9199.28222.93-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 65.38%
GREEN value IS 64 (25.39% from 255) = 16.41%
BLUE value IS 71 (28.12% from 255) = 18.21%
R=65.38%
G=16.41%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255647100.750.720357.810062.55
HexFF404704B480166643f
Octal3771001070113110054614477
Binary111111111000000100011101001011100100001011001101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4047; }

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

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

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

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

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

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

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

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