#FF4240

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

Shades of Coral Red #FF4240

Tints of Coral Red #FF4240

Color information

#FF4240 (or 0xFF4240) is unknown color: approx Coral Red. HEX triplet: FF, 42 and 40. RGB value is (255,66,64). Sum of RGB (Red+Green+Blue) = 255+66+64=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4240 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4240 is #00BDBF. Grayscale: #7A7A7A. Windows color (decimal): -48576 or 4211455. OLE color: 4211455.

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

Color convert

RGB2556664-
CMYK00.740.750
HSL0.63º100%62.55%-
HSV(B)0.63º74.9%100%-
XYZ44.1125.537.45-
YUV122.2895.12222.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 66.23%
GREEN value IS 66 (26.17% from 255) = 17.14%
BLUE value IS 64 (25.39% from 255) = 16.62%
R=66.23%
G=17.14%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255666400.740.7500.6310062.55
HexFF424004A4B01643f
Octal37710210001121130114477
Binary1111111110000101000000010010101001011011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4240; }

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

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

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

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

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

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

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

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