#F47A48

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

Shades of Coral #F47A48

Tints of Coral #F47A48

Color information

#F47A48 (or 0xF47A48) is unknown color: approx Coral. HEX triplet: F4, 7A and 48. RGB value is (244,122,72). Sum of RGB (Red+Green+Blue) = 244+122+72=438 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.71% from 438); Green value is 122 (48.05% from 255 or 27.85% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A48 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47A48 is #0B85B7. Grayscale: #999999. Windows color (decimal): -755128 or 4750068. OLE color: 4750068.

HSL color Cylindrical-coordinate representation of color #F47A48: hue angle of 17.44º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F47A48 is Cyan = 0, Magento = 0.5, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB24412272-
CMYK00.50.700.04
HSL17.44º88.66%61.96%-
HSV(B)17.44º70.49%95.69%-
XYZ45.4433.6210.23-
YUV152.7882.42193.07-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 55.71%
GREEN value IS 122 (48.05% from 255) = 27.85%
BLUE value IS 72 (28.52% from 255) = 16.44%
R=55.71%
G=27.85%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441227200.50.700.0417.4488.6661.96
HexF47A4803246411593e
Octal36417211006210642113176
Binary111101001111010100100001100101000110100100011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47A48; }

 p { color: rgb(244,122,72); }

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

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

 a { background-color: rgb(244,122,72); }

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

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

 span { border-color: rgb(244,122,72); }

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