#F67D7A

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

Shades of Light Coral #F67D7A

Tints of Light Coral #F67D7A

Color information

#F67D7A (or 0xF67D7A) is unknown color: approx Light Coral. HEX triplet: F6, 7D and 7A. RGB value is (246,125,122). Sum of RGB (Red+Green+Blue) = 246+125+122=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67D7A is #098285. Grayscale: #A0A0A0. Windows color (decimal): -623238 or 8027638. OLE color: 8027638.

HSL color Cylindrical-coordinate representation of color #F67D7A: hue angle of 1.45º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F67D7A is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB246125122-
CMYK00.490.500.04
HSL1.45º87.32%72.16%-
HSV(B)1.45º50.41%96.47%-
XYZ48.8535.6722.72-
YUV160.84106.09188.74-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 49.90%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 122 (48.05% from 255) = 24.75%
R=49.90%
G=25.35%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612512200.490.500.041.4587.3272.16
HexF67D7A03132415748
Octal3661751720616241127110
Binary11110110111110111110100110001110010100110101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67D7A; }

 p { color: rgb(246,125,122); }

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

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

 a { background-color: rgb(246,125,122); }

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

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

 span { border-color: rgb(246,125,122); }

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